diff --git a/pages/moneyRecharge/moneyRecharge.vue b/pages/moneyRecharge/moneyRecharge.vue index 36990fa..83cae1d 100644 --- a/pages/moneyRecharge/moneyRecharge.vue +++ b/pages/moneyRecharge/moneyRecharge.vue @@ -184,7 +184,7 @@ let that = this; let payMoney; if (that.isShowInput) { - payMoney = that.rechargeNum; + payMoney = that.rechargeNum*100; } else { payMoney = that.rechargeFee; }