|
@@ -212,25 +212,26 @@
|
|
|
},
|
|
|
onShow() {
|
|
|
let self = this;
|
|
|
- uni.getStorage({
|
|
|
- key : 'userInfo',
|
|
|
- success:function(res){
|
|
|
- // console.log('userInfo customerType',res.data.customerType);
|
|
|
- if(res.data.customerType =='1'){
|
|
|
- // console.log('个人用户');
|
|
|
- uni.setTabBarItem({
|
|
|
- index: 1,
|
|
|
- text: '普惠商城',
|
|
|
- iconPath: '/static/img/icon_mall.png',
|
|
|
- selectedIconPath: '/static/img/icon_mall_active.png',
|
|
|
- pagePath: '/pages/mall/mall'
|
|
|
- });
|
|
|
- self.buyNowText = '立即购碳'
|
|
|
- }else{
|
|
|
- self.rankTab(2);
|
|
|
- };
|
|
|
- }
|
|
|
- });
|
|
|
+ //根据用户类别跳转 ()
|
|
|
+ // uni.getStorage({
|
|
|
+ // key : 'userInfo',
|
|
|
+ // success:function(res){
|
|
|
+ // // console.log('userInfo customerType',res.data.customerType);
|
|
|
+ // if(res.data.customerType =='1'){
|
|
|
+ // // console.log('个人用户');
|
|
|
+ // uni.setTabBarItem({
|
|
|
+ // index: 1,
|
|
|
+ // text: '普惠商城',
|
|
|
+ // iconPath: '/static/img/icon_mall.png',
|
|
|
+ // selectedIconPath: '/static/img/icon_mall_active.png',
|
|
|
+ // pagePath: '/pages/mall/mall'
|
|
|
+ // });
|
|
|
+ // self.buyNowText = '立即购碳'
|
|
|
+ // }else{
|
|
|
+ // self.rankTab(2);
|
|
|
+ // };
|
|
|
+ // }
|
|
|
+ // });
|
|
|
},
|
|
|
onLoad() {
|
|
|
this.thetoken = 'Bearer' + ' ' + this.$store.state.token;
|