新增首页园区和商户的交互

This commit is contained in:
2024-03-29 17:26:08 +08:00
parent 2b45de5a7f
commit 3284bea475
13 changed files with 193 additions and 30 deletions

View File

@@ -71,6 +71,7 @@ Page({
alertInfo("请输入你的昵称")
return
}
let err = ""
loadingFunc(async () => {
const wxLoginCode = await wxLogin()
const { code, message, data } = await userValidate({ park, tenement, phone, name, code: wxLoginCode })
@@ -91,7 +92,6 @@ Page({
url: '/pages/home/index',
})
})
},
/**
* 生命周期函数--监听页面初次渲染完成