From 774f21057a72861a5ac5b04078e08ec24a010277 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 8 Jan 2021 22:12:22 +0800 Subject: [PATCH] no message --- app.js | 2 +- pages/html/banner/index.js | 2 +- pages/login/index.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 2ebadc9..9f231ee 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ //app.js App({ //----------------------------------------------globalData-------------------------------------- - release: 0, + release: 1, httpUrl: 'https://api.qniao.cn', tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'], agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'oLbv-IyJOia2tenh64_Lc8xeAzwgzu3gh1vFJ1Se-ME'], diff --git a/pages/html/banner/index.js b/pages/html/banner/index.js index 8408895..c5ad272 100644 --- a/pages/html/banner/index.js +++ b/pages/html/banner/index.js @@ -37,7 +37,7 @@ Page({ wx.navigateBack() }, onClick: function(){ - if(this.data.src == ''){ + if(this.data.src == 'http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/21010821460147259.png'){ wx.redirectTo({ url: '/pages/goods/ablility/index' }) } } diff --git a/pages/login/index.js b/pages/login/index.js index 0f38a1b..87ae249 100644 --- a/pages/login/index.js +++ b/pages/login/index.js @@ -31,6 +31,7 @@ Page({ } var check = wx.getStorageSync('AgreeCheck') app.globalData.kg = wx.getStorageSync('ztb-kg') + this.checkLogin() if (check) { this.setData({check: true}) }