Commit b0da1baca8826bb0443b5941a809a066eb589f53
1 parent
75c3c7fc
钱包充值 其他金额时候乘以100
Showing
1 changed file
with
1 additions
and
1 deletions
pages/moneyRecharge/moneyRecharge.vue
@@ -184,7 +184,7 @@ | @@ -184,7 +184,7 @@ | ||
184 | let that = this; | 184 | let that = this; |
185 | let payMoney; | 185 | let payMoney; |
186 | if (that.isShowInput) { | 186 | if (that.isShowInput) { |
187 | - payMoney = that.rechargeNum; | 187 | + payMoney = that.rechargeNum*100; |
188 | } else { | 188 | } else { |
189 | payMoney = that.rechargeFee; | 189 | payMoney = that.rechargeFee; |
190 | } | 190 | } |