|
|
@@ -79,9 +79,6 @@ export default {
|
|
|
...mapGetters(["getMyShopInfo","getLoginInfo"]),
|
|
|
},
|
|
|
onShow(){
|
|
|
- this.shopId = this.getMyShopInfo.id;
|
|
|
- let type = '';
|
|
|
- this.initData({ type, shopId: this.shopId,status:0});
|
|
|
},
|
|
|
onLoad() {
|
|
|
this.shopId = this.getMyShopInfo.id;
|