pull/20/head
parent
86c1ef5994
commit
9b8a80d30b
@ -0,0 +1,23 @@
|
||||
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'
|
||||
})
|
||||
}
|
||||
})
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
<view class="ModifyAccount">
|
||||
<button class="map" type="primary" bindtap="map" style="position: relative; left: -244rpx; top: 1081rpx; width: 263rpx; height: 108rpx; display: block; box-sizing: border-box">修改地图</button>
|
||||
<button class="information" type="primary" bindtap="information" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 19rpx; top: 973rpx; position: relative">修改信息</button>
|
||||
<button class="account" type="primary" bindtap="account" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 282rpx; top: 865rpx; position: relative">管理账户</button>
|
||||
</view>
|
@ -0,0 +1 @@
|
||||
/* pages/ManageAccount/ManageAccount.wxss */
|
@ -0,0 +1,23 @@
|
||||
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'
|
||||
})
|
||||
}
|
||||
})
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
<view class="ModifyInformation">
|
||||
<button class="map" type="primary" bindtap="map" style="position: relative; left: -244rpx; top: 1081rpx; width: 263rpx; height: 108rpx; display: block; box-sizing: border-box">修改地图</button>
|
||||
<button class="information" type="primary" bindtap="information" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 19rpx; top: 973rpx; position: relative">修改信息</button>
|
||||
<button class="account" type="primary" bindtap="account" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 282rpx; top: 865rpx; position: relative">管理账户</button>
|
||||
</view>
|
@ -0,0 +1 @@
|
||||
/* pages/ModifyInformation/ModifyInformation.wxss */
|
@ -0,0 +1,23 @@
|
||||
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'
|
||||
})
|
||||
}
|
||||
})
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
<view class="ModifyMap">
|
||||
<button class="map" type="primary" bindtap="map" style="position: relative; left: -244rpx; top: 1081rpx; width: 263rpx; height: 108rpx; display: block; box-sizing: border-box">修改地图</button>
|
||||
<button class="information" type="primary" bindtap="information" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 19rpx; top: 973rpx; position: relative">修改信息</button>
|
||||
<button class="account" type="primary" bindtap="account" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 282rpx; top: 865rpx; position: relative">管理账户</button>
|
||||
</view>
|
@ -0,0 +1 @@
|
||||
/* pages/ModifyMap/ModifyMap.wxss */
|
Loading…
Reference in new issue