|
|
@@ -19,33 +19,33 @@ Component({
|
|
|
data: {
|
|
|
active: 0,
|
|
|
tabbarList: [{
|
|
|
- icon: '/static/tabbar-icon/home.png',
|
|
|
- iconA: '/static/tabbar-icon/home-a.png',
|
|
|
+ icon: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/home.png',
|
|
|
+ iconA: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/home-a.png',
|
|
|
text: '首页',
|
|
|
url: '/pages/tabbar-pages/home/index'
|
|
|
},
|
|
|
{
|
|
|
- icon: '/static/tabbar-icon/service.png',
|
|
|
- iconA: '/static/tabbar-icon/service-a.png',
|
|
|
+ icon: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/service.png',
|
|
|
+ iconA: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/service-a.png',
|
|
|
text: '在线客服',
|
|
|
url: '/pages/tabbar-pages/customer-service-staff/index'
|
|
|
},
|
|
|
{
|
|
|
- icon: '/static/tabbar-icon/bazaar.png',
|
|
|
- iconA: '/static/tabbar-icon/bazaar-a.png',
|
|
|
+ icon: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/bazaar.png',
|
|
|
+ iconA: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/bazaar-a.png',
|
|
|
text: '供需广场',
|
|
|
url: '/pages/tabbar-pages/supplyAndDemand/index'
|
|
|
},
|
|
|
{
|
|
|
- icon: '/static/tabbar-icon/message.png',
|
|
|
- iconA: '/static/tabbar-icon/message-a.png',
|
|
|
+ icon: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/message.png',
|
|
|
+ iconA: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/message-a.png',
|
|
|
text: '消息',
|
|
|
url: '/pages/tabbar-pages/message/index',
|
|
|
fcount: '0'
|
|
|
},
|
|
|
{
|
|
|
- icon: '/static/tabbar-icon/user.png',
|
|
|
- iconA: '/static/tabbar-icon/user-a.png',
|
|
|
+ icon: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/user.png',
|
|
|
+ iconA: 'https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/tabbar-icon/user-a.png',
|
|
|
text: '我的',
|
|
|
url: '/pages/tabbar-pages/user/index'
|
|
|
}
|