BJ_web_developers
/
jy_parkingOS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b0da1baca8826bb0443b5941a809a066eb589f53
Authored by
刘淇
2022-05-27 11:34:09 +0800
1 parent
75c3c7fc
钱包充值 其他金额时候乘以100
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/moneyRecharge/moneyRecharge.vue
pages/moneyRecharge/moneyRecharge.vue
View file @
b0da1ba
...
...
@@ -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
}
...
...