Parcourir la source

兑换物品不传单价和总价

sunlupeng il y a 1 an
Parent
commit
21fade0e89
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/HomeView/RedeemView.vue

+ 2 - 2
src/views/HomeView/RedeemView.vue

@@ -356,8 +356,8 @@ export default {
                 skuId: this.data.skuId,
                 skuSeq: this.data.skuSeq,
                 skuCount: this.skuCount,
-                total: this.total,
-                price: this.data.price,
+                // total: this.total,
+                // price: this.data.price,
                 skuType: this.data.skuType,
                 contact: this.dataForm.name,
                 contactPhone: this.dataForm.phone,