|
@@ -162,6 +162,29 @@
|
|
this.userInfo=this.$store.state.userInfo;
|
|
this.userInfo=this.$store.state.userInfo;
|
|
this.wxOpenData=this.$store.state.wxOpenData;
|
|
this.wxOpenData=this.$store.state.wxOpenData;
|
|
this.themeColor = uni.getStorageSync("themeColor");
|
|
this.themeColor = uni.getStorageSync("themeColor");
|
|
|
|
+ if(this.themeColor){
|
|
|
|
+ if(this.themeColor=='6F2BE8'){
|
|
|
|
+ var backgroundImage='/static/tabimg/shop6F2BE8.png'
|
|
|
|
+ }
|
|
|
|
+ if(this.themeColor=='1677FF'){
|
|
|
|
+ var backgroundImage='/static/tabimg/shop1677FF.png'
|
|
|
|
+ }
|
|
|
|
+ if(this.themeColor=='FF4F00'){
|
|
|
|
+ var backgroundImage='/static/tabimg/shopFF4F00.png'
|
|
|
|
+ }
|
|
|
|
+ if(this.themeColor=='D53533'){
|
|
|
|
+ var backgroundImage='/static/tabimg/shop1.png'
|
|
|
|
+ }
|
|
|
|
+ uni.setTabBarStyle({
|
|
|
|
+ // color: '#FF0000',
|
|
|
|
+ selectedColor: '#'+this.themeColor,
|
|
|
|
+ })
|
|
|
|
+ uni.setTabBarItem({
|
|
|
|
+ index: 1,
|
|
|
|
+ text: '商城',
|
|
|
|
+ selectedIconPath: backgroundImage
|
|
|
|
+ })
|
|
|
|
+ }
|
|
this.ext=this.$common.getExtStoreId();
|
|
this.ext=this.$common.getExtStoreId();
|
|
this.getcategoryList();
|
|
this.getcategoryList();
|
|
this.getlistOpenGoodsPage();
|
|
this.getlistOpenGoodsPage();
|