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