Fix:5133 【商城小程序】切换体验券时,下方的分类未重置,错误继承原体验券分类位置
This commit is contained in:
@@ -109,6 +109,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.activeCouponId = coupon.id
|
this.activeCouponId = coupon.id
|
||||||
|
this.activeCategoryId = 'all'
|
||||||
this.totalCount = coupon.totalNum || 0
|
this.totalCount = coupon.totalNum || 0
|
||||||
const remain = coupon.remainNum != null ? coupon.remainNum : 0
|
const remain = coupon.remainNum != null ? coupon.remainNum : 0
|
||||||
this.remainNum = remain
|
this.remainNum = remain
|
||||||
|
|||||||
Reference in New Issue
Block a user