diff --git a/api/serve/index.js b/api/serve/index.js index 269281b..9ba029b 100755 --- a/api/serve/index.js +++ b/api/serve/index.js @@ -84,7 +84,7 @@ x.fn = x.prototype = { let newMsg=options.url.replace(reg,'_'); console.info(newMsg) if(Cache.get(newMsg).data){ - if(newMsg!='_user_walletImage' && newMsg!='_user_withdrawalBalance' && newMsg!='_wallet_getBalance' && newMsg!='_contract_getMarketInfo'){ + if(newMsg!='_user_walletImage'&& newMsg!='_user_getAuthInfo' && newMsg!='_user_withdrawalBalance' && newMsg!='_wallet_getBalance' && newMsg!='_contract_getMarketInfo'){ resolve(Cache.get(newMsg).data); } uni.request({ diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 6f571b6..100bfb8 100755 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -41,6 +41,7 @@ "dark": "dark", "service": "Service", "toDwon": "Do you want to go to the download page", + "toDwon1": "Do you want to go to the authentication page", "a0":"Please enter the purchase code", "a1":"Copy succeeded", "a2":"copy failed", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index fdf2415..1f93f82 100755 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -41,6 +41,7 @@ "dark": "黑", "service": "客服", "toDwon": "是否前往下載頁", + "toDwon1": "是否前往認證頁", "a0":"請輸入申購碼", "a1":"複製成功", "a2":"複製失敗", diff --git a/layout/vHeader.vue b/layout/vHeader.vue index fb0cce6..797ace7 100755 --- a/layout/vHeader.vue +++ b/layout/vHeader.vue @@ -38,6 +38,7 @@ export default { }, methods: { onClickLeft() { + console.info(this.leftClick) if (this.leftClick) { this.leftClick(); } else { diff --git a/pages/auth/index.vue b/pages/auth/index.vue index bea8637..4bbd428 100755 --- a/pages/auth/index.vue +++ b/pages/auth/index.vue @@ -1,6 +1,6 @@