xuxy
2024-10-05 f63307c52e66f3463cf3c2517c80d5c5b0f60140
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) {