sub_pages/customer/coupon/good-all.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
sub_pages/customer/coupon/good-all.vue
@@ -157,7 +157,14 @@ //刷新积分 this.$store.dispatch('getCurrentInfo'); await this.$message.showToast('兑换成功') if (type == 'good') { item.stock -= 1 this.$forceUpdate() } if (type == 'coupon') { item.couponAmount -= 1 this.$forceUpdate() } } }, toDetail(item) {