zhaojs
2023-06-27 338b2fd1c682864ddc6e3372887a38c1820c1805
uniapp/pages/rankinglist/fengqiang.vue
@@ -18,10 +18,17 @@
         }
      },
      onLoad(options) {
         //console.log(options);
         const value = uni.getStorageSync('userInfo');
         console.log(value.token);
         this.webviewUrl = encodeURI('http://dfgapp.ushopvip.com/html/fengqiangbang.html?token='+value.token);
         if(!this.hasLogin){
            uni.reLaunch({
               url:"/pages/login/wxlogin"
            })
         }
         else{
            const value = uni.getStorageSync('userInfo');
            console.log(value);
            this.webviewUrl = encodeURI('http://appapitest.ushopvip.com/html/fengqiangbang.html?token='+value.token);
         }
      },
      onReady() {
        this.clearMuiBack();