zhaojs
2023-07-27 280bbc8fca6c6b52a334996258cd7d86532369d7
uniapp/components/sh_page/indexNewPage.vue
@@ -190,14 +190,6 @@
         this.recomendType = open_like_recommend == "" ? 1 : open_like_recommend;
      },
      onShow() {
         if(!this.hasLogin){
            setTimeout(function(){
               uni.reLaunch({
                  url:"/pages/login/wxlogin"
               })
            },1000);
            return;
         }
         var user= uni.getStorageSync('userInfo');
         console.log(user);
         if(!user.invitation_code)