diff --git a/manifest.json b/manifest.json index 8ca275b..2fd475f 100644 --- a/manifest.json +++ b/manifest.json @@ -95,7 +95,8 @@ "mp-weixin" : { "appid" : "wxfdc1af620d3ab750", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "minified" : true }, "usingComponents" : true, "permission" : { diff --git a/pages/moneyRecharge/moneyRecharge.vue b/pages/moneyRecharge/moneyRecharge.vue index 6342279..7f05ea6 100644 --- a/pages/moneyRecharge/moneyRecharge.vue +++ b/pages/moneyRecharge/moneyRecharge.vue @@ -16,7 +16,7 @@ - + @@ -52,7 +52,7 @@ acctBalance: '0.00', ListData: [], currentIndex: 0, - // isShowInput: false, + isShowInput: false, rechargeNum: '', } },