合并paulGao代码

master
lemon橪 2022-06-15 18:49:34 +08:00
commit 92d58ea7e5
3 changed files with 3 additions and 3 deletions

View File

@ -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') {

View File

@ -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') {

View File

@ -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') {