Merge branch 'master' of http://101.126.146.73:3000/root/zyejMAll-mobile into yhy
This commit is contained in:
commit
c6ed46fb60
@ -222,7 +222,8 @@
|
|||||||
|
|
||||||
.userMessage {
|
.userMessage {
|
||||||
color: gray;
|
color: gray;
|
||||||
max-height: 80rpx;
|
line-height: 1.2;
|
||||||
|
max-height: 3.6em;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -95,6 +95,22 @@ const AuthUtil = {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
// 查询
|
||||||
|
checkLogin: (type, code, state) => {
|
||||||
|
return request({
|
||||||
|
url: '/member/auth/checkLogin',
|
||||||
|
method: 'POST',
|
||||||
|
data: {
|
||||||
|
type,
|
||||||
|
code,
|
||||||
|
state,
|
||||||
|
},
|
||||||
|
custom: {
|
||||||
|
showSuccess: true,
|
||||||
|
// loadingMsg: '查询中',
|
||||||
|
},
|
||||||
|
});
|
||||||
|
},
|
||||||
// 微信小程序的一键登录
|
// 微信小程序的一键登录
|
||||||
weixinMiniAppLogin: (phoneCode, loginCode, state) => {
|
weixinMiniAppLogin: (phoneCode, loginCode, state) => {
|
||||||
return request({
|
return request({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user