refactor: clean map page and tune heading mode
This commit is contained in:
@@ -9,8 +9,7 @@ App<IAppOption>({
|
||||
|
||||
// 登录
|
||||
wx.login({
|
||||
success: res => {
|
||||
console.log(res.code)
|
||||
success: () => {
|
||||
// 发送 res.code 到后台换取 openId, sessionKey, unionId
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user