修改文件
This commit is contained in:
@ -141,7 +141,10 @@
|
||||
// 更新新注册的用户信息
|
||||
async handleSubmitMobile(e) {
|
||||
console.log("🚀 ~ handleSubmitMobile ~ e:", e)
|
||||
|
||||
const wxCode = await getWxCode()
|
||||
console.log("🚀 ~ handleSubmitMobile ~ wxCode:", wxCode)
|
||||
console.log("🚀 ~ handleSubmitMobile ~ client:", client)
|
||||
const res = await accountLogin({ account: e.mobile, code: wxCode, client })
|
||||
if (res.code == 1) {
|
||||
this.loginHandle(res.data)
|
||||
|
||||
Reference in New Issue
Block a user