Commit 62cee34d2d7da3145221ce19f6f6a0c1649cc896
1 parent
227ef1fb
add
Showing
1 changed file
with
2 additions
and
2 deletions
pages/moneyRecharge/moneyRecharge.vue
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | </view> | 16 | </view> |
17 | </uni-grid-item> | 17 | </uni-grid-item> |
18 | </uni-grid> | 18 | </uni-grid> |
19 | - <view class="jy-fix-height34" :style="isShowInput?'':'display:none;'"> | 19 | + <view class="jy-fix-height34" v-if="isShowInput"> |
20 | <input class="jy-fix-height34 uni-list-cell-hover" type="digit" v-model="rechargeNum" | 20 | <input class="jy-fix-height34 uni-list-cell-hover" type="digit" v-model="rechargeNum" |
21 | placeholder=" 请输入金额" /> | 21 | placeholder=" 请输入金额" /> |
22 | </view> | 22 | </view> |
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | acctBalance: '0.00', | 52 | acctBalance: '0.00', |
53 | ListData: [], | 53 | ListData: [], |
54 | currentIndex: 0, | 54 | currentIndex: 0, |
55 | - // isShowInput: false, | 55 | + isShowInput: false, |
56 | rechargeNum: '', | 56 | rechargeNum: '', |
57 | } | 57 | } |
58 | }, | 58 | }, |