登录模块调整,兼容H5平台
This commit is contained in:
@@ -49,6 +49,11 @@ class userAuth {
|
||||
}
|
||||
// 预登录
|
||||
Login() {
|
||||
//#ifdef H5
|
||||
router.push({ name: 'Auth' })
|
||||
return
|
||||
//#endif
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
uni.showLoading({
|
||||
title: '加载中',
|
||||
|
||||
Reference in New Issue
Block a user