From f02470ab94a18b6ca73821eb90170635ba8e6d4d Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Thu, 16 Jan 2025 17:54:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 +++++--
pages/index/index.vue | 2 +-
pages_order/home/notice.vue | 21 ++++++++++++++++-
pages_order/mine/promotion.vue | 52 ++++++++++++++++++++++++++++++++++--------
4 files changed, 69 insertions(+), 14 deletions(-)
diff --git a/pages.json b/pages.json
index 34367e9..3ab0e96 100644
--- a/pages.json
+++ b/pages.json
@@ -3,7 +3,8 @@
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
- "enablePullDownRefresh": true
+ "enablePullDownRefresh": true,
+ "navigationBarTextStyle": "white"
}
},
{
@@ -107,7 +108,10 @@
"path": "mine/recharge"
},
{
- "path": "mine/promotion"
+ "path": "mine/promotion",
+ "style": {
+ "navigationBarTextStyle": "white"
+ }
},
{
"path": "home/notice"
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 466f9f7..420d372 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -12,7 +12,7 @@
mode="widthFix"> -->
diff --git a/pages_order/home/notice.vue b/pages_order/home/notice.vue
index 1d5ca00..b77d487 100644
--- a/pages_order/home/notice.vue
+++ b/pages_order/home/notice.vue
@@ -3,6 +3,15 @@
+
+
+
+
+
+
+
@@ -12,7 +21,8 @@
export default {
data() {
return {
- notice : {},
+ notice : '',
+ videos : [],
id : 0,
title : '公告',
titles : ['公司介绍', '产品介绍', '关于我们', '其他'],
@@ -45,6 +55,7 @@
}, res => {
if(res.code == 200){
this.notice = res.result.details
+ this.videos = res.result.voSub ? res.result.voSub.split(',') : []
}
})
},
@@ -54,5 +65,13 @@
\ No newline at end of file
diff --git a/pages_order/mine/promotion.vue b/pages_order/mine/promotion.vue
index 7220c19..67ddb6f 100644
--- a/pages_order/mine/promotion.vue
+++ b/pages_order/mine/promotion.vue
@@ -3,23 +3,17 @@
-
+ @click="clickTab">
推荐二维码海报生成
@@ -28,7 +22,9 @@
-
+