Commit 730b49303655f77ea3803d7c912d6a0f42ec7e07
Merge branch 'branch' of http://gitlab1.renniting.cn/web_developers/jy_parkingOS into branch
Showing
1 changed file
with
1 additions
and
1 deletions
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 | } | ... | ... |