zhaojs
2023-06-29 b349755595b3d96b1ddf22d2632a1562842aede8
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)