Commit afb4daec22c65cab3dd6a6b51d7d77445e247700
1 parent
62cee34d
add
Showing
2 changed files
with
3 additions
and
2 deletions
manifest.json
@@ -95,7 +95,8 @@ | @@ -95,7 +95,8 @@ | ||
95 | "mp-weixin" : { | 95 | "mp-weixin" : { |
96 | "appid" : "wxfdc1af620d3ab750", | 96 | "appid" : "wxfdc1af620d3ab750", |
97 | "setting" : { | 97 | "setting" : { |
98 | - "urlCheck" : false | 98 | + "urlCheck" : false, |
99 | + "minified" : true | ||
99 | }, | 100 | }, |
100 | "usingComponents" : true, | 101 | "usingComponents" : true, |
101 | "permission" : { | 102 | "permission" : { |
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" v-if="isShowInput"> | 19 | + <view :class="isShowInput ? 'jy-fix-height34' : 'display-none'"> |
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> |