@@ -51,7 +51,7 @@
onShow() {
checkLogin().then(res => {
console.log(res)
- this.hasLogin = res.status==200
+ this.hasLogin = true
})
},
onLoad() {