|
@@ -1530,27 +1530,27 @@
|
|
|
//商城
|
|
|
if(appletHomeSetting.showMallType==1){
|
|
|
if(this.themeColor=='6F2BE8'){
|
|
|
- var backgroundImage='/static/tabimg/shop6F2BE8.png'
|
|
|
+ var backgroundImage='/static/tabimg/sc6F2BE8.png'
|
|
|
}else
|
|
|
if(this.themeColor=='1677FF'){
|
|
|
- var backgroundImage='/static/tabimg/shop1677FF.png'
|
|
|
+ var backgroundImage='/static/tabimg/sc1677FF.png'
|
|
|
}else
|
|
|
if(this.themeColor=='FF4F00'){
|
|
|
var backgroundImage='/static/tabimg/scRed.png'
|
|
|
}else
|
|
|
if(this.themeColor=='D53533'){
|
|
|
- var backgroundImage='/static/tabimg/shop1.png'
|
|
|
+ var backgroundImage='/static/tabimg/scD53533.png'
|
|
|
}else if(this.themeColor=='FCD903'){
|
|
|
var backgroundImage='/static/tabimg/scFCD903.png'
|
|
|
}
|
|
|
else{
|
|
|
- var backgroundImage='/static/tabimg/shop1.png'
|
|
|
+ var backgroundImage='/static/tabimg/scD53533.png'
|
|
|
}
|
|
|
|
|
|
uni.setTabBarItem({
|
|
|
index: 1,
|
|
|
text: '商城',
|
|
|
- iconPath:'/static/tabimg/shop2.png',
|
|
|
+ iconPath:'/static/tabimg/scmr.png',
|
|
|
selectedIconPath: backgroundImage
|
|
|
})
|
|
|
}else{
|