样式
This commit is contained in:
@@ -25,12 +25,11 @@
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
toPage (url) {
|
||||
this.$router.push(url)
|
||||
uni.redirectTo({
|
||||
url: url
|
||||
})
|
||||
},
|
||||
toPage (url) {
|
||||
uni.redirectTo({
|
||||
url: url
|
||||
})
|
||||
},
|
||||
Quit () {
|
||||
this.$store.dispatch('setSignOut')
|
||||
uni.redirectTo({
|
||||
|
||||
@@ -46,6 +46,9 @@
|
||||
})
|
||||
},
|
||||
async toLogin() {
|
||||
uni.redirectTo({
|
||||
url: '/pages/home/home'
|
||||
})
|
||||
this.disabled = true
|
||||
if (this.user === '') {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user