From b0da1baca8826bb0443b5941a809a066eb589f53 Mon Sep 17 00:00:00 2001 From: liuqi <290219706@qq.com> Date: Fri, 27 May 2022 11:34:09 +0800 Subject: [PATCH] 钱包充值 其他金额时候乘以100 --- pages/moneyRecharge/moneyRecharge.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- libgit2 0.21.4