|
@@ -31,15 +31,13 @@ function checkHasUserInfo() {
|
|
|
}, 600000)
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
// 登录
|
|
|
-function wxLogin(type) {
|
|
|
+function wxLogin (type) {
|
|
|
console.log("执行了登录")
|
|
|
// type=1 如果type未激活和作废不需要跳转到登录页面
|
|
|
return new Promise((resolve, reject) => {
|
|
|
wx.login({
|
|
|
- success(wxLoginRes) {
|
|
|
+ success (wxLoginRes) {
|
|
|
const jsCode = wxLoginRes.code;
|
|
|
console.log(utils)
|
|
|
const appId = utils.getAppId();
|