add
This commit is contained in:
parent
a0d5fef974
commit
183f272098
|
@ -520,8 +520,10 @@
|
|||
tabsList.forEach(item => {
|
||||
item.name = '请选择'
|
||||
})
|
||||
getLists()
|
||||
getCount()
|
||||
setTimeout(() => {
|
||||
getLists()
|
||||
getCount()
|
||||
}, 500); // 延迟1秒执行
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -310,9 +310,11 @@
|
|||
for (let key in data) {
|
||||
STORE_INFO[key] = data[key]
|
||||
}
|
||||
getgoodClassList(0);
|
||||
getGoodList();
|
||||
|
||||
})
|
||||
}
|
||||
getStoreInfoFn()
|
||||
|
||||
|
||||
// 分享给好友
|
||||
|
@ -682,8 +684,9 @@
|
|||
uni.setStorageSync('SHARE_INFO', shareInfo.value);
|
||||
}
|
||||
}
|
||||
getgoodClassList(0);
|
||||
getGoodList();
|
||||
|
||||
getStoreInfoFn()
|
||||
|
||||
// #ifndef H5
|
||||
// 胶囊布局信息
|
||||
btns.value = uni.getMenuButtonBoundingClientRect();
|
||||
|
|
|
@ -211,6 +211,7 @@
|
|||
}).then(res => {
|
||||
//手机号获取成功 可以本地缓存用户信息以及token
|
||||
userStore.setUserInfo(res.data);
|
||||
userStore.setToken(res.data.token);
|
||||
//身份授权成功 核销人员
|
||||
if (res.is_staff == 1) {
|
||||
userStore.setUserInfo(res.data);
|
||||
|
|
Loading…
Reference in New Issue