111
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
// 静默登录
|
||||
import {
|
||||
isEmpty
|
||||
} from './TextUtils.js'
|
||||
|
||||
//引入bus
|
||||
import bus from '@/common/bus';
|
||||
|
||||
const wxSilentLogin = () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
@@ -94,7 +87,6 @@ const wxSilentLogin = () => {
|
||||
uni.setStorageSync("sid", res.data.data.sid)
|
||||
uni.setStorageSync("isLogin", true)
|
||||
|
||||
bus.$emit('wholeSpin', true);
|
||||
}
|
||||
} else {
|
||||
getApp().globalData.isLogin = false
|
||||
|
||||
Reference in New Issue
Block a user