refactor: clean map page and tune heading mode

This commit is contained in:
2026-03-19 16:49:37 +08:00
parent 5fea805ac3
commit ceb5479c69
7 changed files with 89 additions and 389 deletions

View File

@@ -9,8 +9,7 @@ App<IAppOption>({
// 登录
wx.login({
success: res => {
console.log(res.code)
success: () => {
// 发送 res.code 到后台换取 openId, sessionKey, unionId
},
})