zhuliu преди 1 година
родител
ревизия
3127cdeccb
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      pages/memberCenter/menberCenter2.js
  2. 1 1
      pages/myWork/myWork.js
  3. 1 1
      pages/myWork/workDetail.js
  4. 1 1
      pages/voucher/voucher.js

+ 1 - 1
pages/memberCenter/menberCenter2.js

@@ -148,7 +148,7 @@ Page({
       ],
       servicePrice:0.00,
       price:this.data.chooseVip.finalPrice,
-      discount:'',
+      discount:null,
     }
     pay.openPay(data)
     return 

+ 1 - 1
pages/myWork/myWork.js

@@ -251,7 +251,7 @@ Page({
       ],
       servicePrice:0.00,
       price:data.price,
-      discount:'',
+      discount:null,
     }
     pay.openPay(payData)
     return

+ 1 - 1
pages/myWork/workDetail.js

@@ -129,7 +129,7 @@ Page({
       ],
       servicePrice:0.00,
       price:data.price,
-      discount:'',
+      discount:null,
     }
     pay.openPay(payData)
     return

+ 1 - 1
pages/voucher/voucher.js

@@ -301,7 +301,7 @@ Page({
       goods:goods,
       servicePrice:0.00,
       price:this.data.payMoney,
-      discount:1,
+      discount:null,
     }
     pay.openPay(data)
   },