Fix:5133 【商城小程序】切换体验券时,下方的分类未重置,错误继承原体验券分类位置

This commit is contained in:
linxi
2026-04-13 13:50:06 +08:00
parent bf3145a2a7
commit 7dfd10760d
+1
View File
@@ -109,6 +109,7 @@ export default {
return
}
this.activeCouponId = coupon.id
this.activeCategoryId = 'all'
this.totalCount = coupon.totalNum || 0
const remain = coupon.remainNum != null ? coupon.remainNum : 0
this.remainNum = remain