|
@@ -203,7 +203,7 @@
|
|
|
onShow() {
|
|
|
// this.$refs.cartfixed.getCartList();
|
|
|
this.getHotGoods();
|
|
|
- // this.getMemberInfo()
|
|
|
+ this.getMemberInfo()
|
|
|
},
|
|
|
onLoad(query) {
|
|
|
const scene = decodeURIComponent(query.scene);
|
|
@@ -252,7 +252,7 @@
|
|
|
this.$u.vuex('vuex_member_info', res.data);
|
|
|
// console.log('memberInfo',this.memberInfo);
|
|
|
}).catch(err=>{
|
|
|
- console.log('memberInfo',err.data);
|
|
|
+ // console.log('memberInfo',err.data);
|
|
|
})
|
|
|
},
|
|
|
swiperList(){
|