Quellcode durchsuchen

兑换物品不传单价和总价

sunlupeng vor 2 Jahren
Ursprung
Commit
21fade0e89
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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,