From 273fdf2e84c3af8ede6c457983bda393f464a997 Mon Sep 17 00:00:00 2001 From: paulGao Date: Wed, 8 Jun 2022 15:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E4=BC=98=E5=8C=96=E7=9A=84sq?= =?UTF-8?q?l=EF=BC=8C=E5=B0=86=E5=B9=B3=E5=8F=B0id=E6=94=B9=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/drawer/Drawer.vue | 2 +- buyer/src/pages/CouponCenter.vue | 2 +- buyer/src/pages/home/userCenter/Coupons.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buyer/src/components/drawer/Drawer.vue b/buyer/src/components/drawer/Drawer.vue index d7990232..5ef556f6 100644 --- a/buyer/src/components/drawer/Drawer.vue +++ b/buyer/src/components/drawer/Drawer.vue @@ -190,7 +190,7 @@ export default { this.$router.push('/home/Coupons') }, onCancel: () => { - if (item.storeId !== 'platform') { + if (item.storeId !== '0') { this.$router.push({path: '/merchant', query: {id: item.storeId}}) } else { if (item.scopeType === 'PORTION_GOODS_CATEGORY') { diff --git a/buyer/src/pages/CouponCenter.vue b/buyer/src/pages/CouponCenter.vue index e334f550..e3f589f2 100644 --- a/buyer/src/pages/CouponCenter.vue +++ b/buyer/src/pages/CouponCenter.vue @@ -101,7 +101,7 @@ export default { this.$router.push('/home/Coupons') }, onCancel: () => { - if (item.storeId !== 'platform') { + if (item.storeId !== '0') { this.$router.push({path: '/merchant', query: {id: item.storeId}}) } else { if (item.scopeType === 'PORTION_GOODS_CATEGORY') { diff --git a/buyer/src/pages/home/userCenter/Coupons.vue b/buyer/src/pages/home/userCenter/Coupons.vue index 0914d866..b1b2ed0c 100644 --- a/buyer/src/pages/home/userCenter/Coupons.vue +++ b/buyer/src/pages/home/userCenter/Coupons.vue @@ -72,7 +72,7 @@ export default { go (item) { // 根据使用条件跳转商品列表页面 if (this.params.memberCouponStatus !== 'NEW') return; - if (item.storeId !== 'platform') { + if (item.storeId !== '0') { this.$router.push({path: '/merchant', query: {id: item.storeId}}) } else { if (item.scopeType === 'PORTION_GOODS_CATEGORY') {