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 @@
-
+