Forráskód Böngészése

兑换物品不传单价和总价

sunlupeng 1 éve
szülő
commit
21fade0e89
1 módosított fájl, 2 hozzáadás és 2 törlés
  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,