You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
343 B
23 lines
343 B
Page({
|
|
data: {
|
|
loginOK: false
|
|
},
|
|
//map
|
|
map() {
|
|
wx.navigateTo({
|
|
url: '/pages/ModifyMap/ModifyMap',
|
|
})
|
|
},
|
|
//information
|
|
information() {
|
|
wx.navigateTo({
|
|
url: '/pages/ModifyInformation/ModifyInformation',
|
|
})
|
|
},
|
|
//account
|
|
account() {
|
|
wx.navigateTo({
|
|
url: '/pages/ManageAccount/ManageAccount'
|
|
})
|
|
}
|
|
}) |