flat: 国庆节暂存
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
import {
|
||||
mapGetters
|
||||
} from 'vuex'
|
||||
import {
|
||||
GoLogin
|
||||
} from '@/untils/AxiosUtils.js';
|
||||
import website from '@/config/website.js'
|
||||
export default {
|
||||
data() {
|
||||
@@ -17,7 +20,7 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
uni.showLoading({
|
||||
title: ''
|
||||
title: '登录中'
|
||||
})
|
||||
if (options.token) {
|
||||
const that = this
|
||||
@@ -39,7 +42,6 @@
|
||||
if (!auth.bankCardState) {
|
||||
that.goSign(0)
|
||||
} else {
|
||||
|
||||
uni.switchTab({
|
||||
url: '/pages/index/index'
|
||||
})
|
||||
@@ -50,9 +52,10 @@
|
||||
// this.$refs.code.refushCode()
|
||||
});
|
||||
} else {
|
||||
uni.reLaunch({
|
||||
url: '/pages/login/login'
|
||||
})
|
||||
// uni.reLaunch({
|
||||
// url: '/pages/login/login'
|
||||
// })
|
||||
GoLogin()
|
||||
}
|
||||
},
|
||||
method: {
|
||||
|
||||
Reference in New Issue
Block a user