소스 검색

兑换物品不传单价和总价

sunlupeng 1 년 전
부모
커밋
21fade0e89
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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,