|
@@ -212,9 +212,10 @@ export default {
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
methods:{
|
|
methods:{
|
|
|
- async init(){
|
|
|
|
|
|
|
+ async init(id){
|
|
|
// this.shopId = this.userInfo.id
|
|
// this.shopId = this.userInfo.id
|
|
|
this.shopId = id?id:this.getMyShopInfo.id
|
|
this.shopId = id?id:this.getMyShopInfo.id
|
|
|
|
|
+ console.log('id===>', this.shopId, this.getMyShopInfo)
|
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
title: '加载中'
|
|
|
});
|
|
});
|