Commit 5dd234da0f9ef07c4a252cea9114b26af7829a29

Authored by chenbiao
1 parent 1412df89

add 商户卡券下单页面 bug修复

pages/businessCard/buyCard.vue
... ... @@ -178,7 +178,7 @@ export default {
178 178 let that = this
179 179 let paramsData = {
180 180 buyNum: this.vModelValue.toString(),
181   - totalPrice: (this.needPay * 100).toString(),
  181 + totalPrice: this.needPay.toString(),
182 182 cardRelParkNo: this.cardRelParkNo,
183 183 cardRuleNo: this.cardRuleNo
184 184 }
... ...