| | |
| | | :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" |
| | |
| | | // 登录成功后跳转首页 - 正式 |
| | | 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', |