扫码登录

master
gongfuxiang 2023-11-03 16:07:18 +08:00
parent 12dfa72b4d
commit 9a7c412636
1 changed files with 3 additions and 3 deletions

View File

@ -62,14 +62,14 @@
methods: {
init() {
//
this.status_record(0);
//
var user = app.globalData.get_user_info(this, 'init');
if (user != false) {
//
if (app.globalData.user_is_need_login(user)) {
//
this.status_record(0);
//
uni.navigateTo({
url: '/pages/login/login?event_callback=init',
});