zhaojs
2023-07-19 7c35ab19240a46c39f2bbf91414b69a39bb0e211
uniapp/pages/rankinglist/xianbao.vue
@@ -35,22 +35,20 @@
         if(showtar&&platform=='iOS')
         {//跳转new
            this.isshowtype=true;
            return;
         }
         else
         {
            if(!this.hasLogin){
               uni.reLaunch({
                  url:"/pages/login/wxlogin"
               })
            }
         }
         // #endif
      },
      onLoad(options) {
         if(!this.hasLogin){
            uni.reLaunch({
               url:"/pages/login/wxlogin"
            })
         }
         else{
            const value = uni.getStorageSync('userInfo');
            this.webviewUrl = encodeURI('http://dfgapp.ushopvip.com/html/xianbao.html?token='+value.token);
         }
         const value = uni.getStorageSync('userInfo');
         this.webviewUrl = encodeURI('http://dfgapp.ushopvip.com/html/xianbao.html?token='+value.token);
      },
      onReady() {
        this.clearMuiBack();