fei.wang
2025-04-30 722da005a5ec126bedf752ac6bd5c5c7f6172155
pages/index/index.vue
@@ -37,7 +37,7 @@
            :list="tabbarList" activeColor="#838383" inactiveColor="#AAAAAA" :activeIconColor="activeIconColor"
            :animation="true" v-if="showTabbar"></tn-tabbar>
      </view>
      <tn-skeleton :show="showSkeleton"></tn-skeleton>
      <u-modal confirmText="去登录" title="您还未登录" content="请登录后查看更多内容!" cancelText="再看看" :show="showfaka"
         @cancel="cancelfaka" @confirm="confirmfaka" ref="uModal" :showCancelButton="true"
@@ -283,19 +283,19 @@
               // 登录成功后跳转首页 - 正式
               getUserCid(data).then((res) => {
                  if (res.code != 0) {
                     this.$refs.refSuccess.showBox({
                        type: 'error',
                        txt: res.msg
                     });
                     store.commit('$tStore', {
                        name: 'vuex_is_login',
                        value: false
                     })
                     setTimeout(() => {
                        uni.reLaunch({
                           url: '/pages/index/index'
                        });
                     }, 3000);
                     // this.$refs.refSuccess.showBox({
                     //    type: 'error',
                     //    txt: res.msg
                     // });
                     // store.commit('$tStore', {
                     //    name: 'vuex_is_login',
                     //    value: false
                     // })
                     // setTimeout(() => {
                     //    uni.reLaunch({
                     //       url: '/pages/index/index'
                     //    });
                     // }, 3000);
                     // store.commit('$tStore', {
                     //    name: 'uuid',