|
|
@@ -100,8 +100,8 @@ const otherUtil = {
|
|
|
modalText = '请登录账号后再操作',
|
|
|
} = options;
|
|
|
|
|
|
- //const token = uni.getStorageSync('access-token') || '';
|
|
|
- const token = (uni.getStorageSync('wx_phone') && uni.getStorageSync('access-token')) || '';
|
|
|
+ const token = uni.getStorageSync('access-token') || '';
|
|
|
+ //const token = (uni.getStorageSync('wx_phone') && uni.getStorageSync('access-token')) || '';
|
|
|
const isLogin = !!token;
|
|
|
|
|
|
// 后退参数
|