bug修复
This commit is contained in:
@@ -37,11 +37,6 @@ async function wechatLogin() {
|
||||
return;
|
||||
}
|
||||
|
||||
if(!getRegisterStoreId()) {
|
||||
showToast('请从公众号消息窗口点击店名打开小程序');
|
||||
return;
|
||||
}
|
||||
|
||||
userStore.login().then(() => {
|
||||
uni.hideLoading();
|
||||
uni.reLaunch({ url: '/pages/home/index' });
|
||||
|
Reference in New Issue
Block a user