Commit 016d36908e018e96dfaff2750e0007ba176244a6
Merge branch 'branch' of http://gitlab1.renniting.cn/web_developers/jy_parkingOS into branch
Showing
2 changed files
with
4 additions
and
3 deletions
manifest.json
pages/moneyRecharge/moneyRecharge.vue
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | </view> |
17 | 17 | </uni-grid-item> |
18 | 18 | </uni-grid> |
19 | - <view class="jy-fix-height34" :style="isShowInput?'':'display:none;'"> | |
19 | + <view :class="isShowInput ? 'jy-fix-height34' : 'display-none'"> | |
20 | 20 | <input class="jy-fix-height34 uni-list-cell-hover" type="digit" v-model="rechargeNum" |
21 | 21 | placeholder=" 请输入金额" /> |
22 | 22 | </view> |
... | ... | @@ -52,7 +52,7 @@ |
52 | 52 | acctBalance: '0.00', |
53 | 53 | ListData: [], |
54 | 54 | currentIndex: 0, |
55 | - // isShowInput: false, | |
55 | + isShowInput: false, | |
56 | 56 | rechargeNum: '', |
57 | 57 | } |
58 | 58 | }, | ... | ... |