diff --git a/App.vue b/App.vue index 637dd88..5e17e47 100644 --- a/App.vue +++ b/App.vue @@ -197,7 +197,9 @@ this.globalData.community_reply_auth = res.data.community_reply_auth this.globalData.margin_ico_switch = res.data.margin_ico_switch this.globalData.margin_ico = res.data.margin_ico - this.$store.commit("VIEW_COLOR", res.data.global_theme.theme) + // this.$store.commit("VIEW_COLOR", res.data.global_theme.theme) + let topicColor = '--view-theme: #116636;--view-assist:#FE960F;--view-priceColor:#FE960F;--view-bgColor:rgba(254, 150, 15,.1);--view-minorColor:rgba(66, 202, 77,.1);--view-bntColor11:#FDBA00;--view-bntColor12:#FFAA00;--view-bntColor21:#42CA4D;--view-bntColor22:#70E038;' + this.$store.commit("VIEW_COLOR", topicColor) this.$store.commit("KEY_COLOR",'_' + res.data.global_theme.type) try { uni.setStorageSync('SUBSCRIBE_MESSAGE', res.data.tempid); diff --git a/pages.json b/pages.json index 3cee175..13aaf35 100644 --- a/pages.json +++ b/pages.json @@ -34,12 +34,9 @@ } }, { - "path": "pages/goods_details/index", + "path": "pages/auth/index", "style": { - // #ifdef MP || APP-PLUS - - "navigationBarBackgroundColor": "#F2F2F2" - // #endif + "navigationBarTitleText": "加载中" } }, { @@ -48,18 +45,6 @@ "navigationBarTitleText": "商品分类" } }, - { - "path": "pages/news_details/index", - "style": { - "navigationBarTitleText": "资讯详情" - } - }, - { - "path": "pages/auth/index", - "style": { - "navigationBarTitleText": "加载中" - } - }, { "path": "pages/order_pay_status/index", "style": { @@ -93,6 +78,34 @@ } ] }, + { + "root": "pages/goods_details", + "name": "goods_details", + "pages": [ + { + "path": "index", + "style": { + // #ifdef MP || APP-PLUS + + "navigationBarBackgroundColor": "#F2F2F2" + // #endif + } + } + ] + }, + + { + "root": "pages/news_details", + "name": "news_details", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "资讯详情" + } + } + ] + }, { "root": "pages/order_details", @@ -1130,38 +1143,38 @@ //#endif }, "tabBar": { - "color": "#282828", - "selectedColor": "#E93323", + "color": "#999999", + "selectedColor": "#116636", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", - "iconPath": "static/images/1-001.png", - "selectedIconPath": "static/images/1-002.png", + "iconPath": "static/images/n1.png", + "selectedIconPath": "static/images/n11.png", "text": "首页" }, { "pagePath": "pages/goods_cate/goods_cate", - "iconPath": "static/images/2-001.png", - "selectedIconPath": "static/images/2-002.png", - "text": "分类" + "iconPath": "static/images/n2.png", + "selectedIconPath": "static/images/n22.png", + "text": "直营店" }, { "pagePath": "pages/plant_grass/index", - "iconPath": "static/images/5-001.png", - "selectedIconPath": "static/images/5-002.png", - "text": "逛逛" + "iconPath": "static/images/n3.png", + "selectedIconPath": "static/images/n33.png", + "text": "联盟店" }, { "pagePath": "pages/order_addcart/order_addcart", - "iconPath": "static/images/3-001.png", - "selectedIconPath": "static/images/3-002.png", + "iconPath": "static/images/n4.png", + "selectedIconPath": "static/images/n44.png", "text": "购物车" }, { "pagePath": "pages/user/index", - "iconPath": "static/images/4-001.png", - "selectedIconPath": "static/images/4-002.png", + "iconPath": "static/images/n5.png", + "selectedIconPath": "static/images/n55.png", "text": "我的" } ] diff --git a/pages/index/component/goodList.vue b/pages/index/component/goodList.vue index b02d6fa..5e8132c 100644 --- a/pages/index/component/goodList.vue +++ b/pages/index/component/goodList.vue @@ -1,5 +1,5 @@