Commit 730b49303655f77ea3803d7c912d6a0f42ec7e07

Authored by 刘淇
2 parents 9d632cab 5dd234da

Merge branch 'branch' of http://gitlab1.renniting.cn/web_developers/jy_parkingOS into branch

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 }
... ...