完成第一部分
This commit is contained in:
@ -7,7 +7,11 @@ Page({
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
gotoResetPwd() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/personCenter/resetPwd/resetPwd',
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
|
@ -12,7 +12,7 @@
|
||||
</view>
|
||||
<text class="self-start font_2 text_3 mt-19">平台服务</text>
|
||||
<view class="flex-col self-stretch list mt-19">
|
||||
<view class="flex-row justify-between items-center list-item">
|
||||
<view class="flex-row justify-between items-center list-item" bind:tap="gotoResetPwd">
|
||||
<text class="font text_4">修改密码</text>
|
||||
<image
|
||||
class="image_2"
|
||||
|
Reference in New Issue
Block a user