diff --git a/components/popupad.vue b/components/popupad.vue index c2fc7f0..af3224e 100644 --- a/components/popupad.vue +++ b/components/popupad.vue @@ -93,8 +93,7 @@ */ async getPopUpAd () { let res = await this.api.getPopUpAd({ - shopId: 10 - // shopId: uni.cache.get('shopUser') + shopId: uni.cache.get('shopUser') }) if (res.code == 0) { this.popupadList = [];