Commit b0da1baca8826bb0443b5941a809a066eb589f53

Authored by 刘淇
1 parent 75c3c7fc

钱包充值 其他金额时候乘以100

pages/moneyRecharge/moneyRecharge.vue
... ... @@ -184,7 +184,7 @@
184 184 let that = this;
185 185 let payMoney;
186 186 if (that.isShowInput) {
187   - payMoney = that.rechargeNum;
  187 + payMoney = that.rechargeNum*100;
188 188 } else {
189 189 payMoney = that.rechargeFee;
190 190 }
... ...