完成第一部分

This commit is contained in:
2025-05-29 00:47:08 +08:00
parent bc4ea87cab
commit fc3ba7e04b
26 changed files with 754 additions and 111 deletions

View File

@ -7,7 +7,11 @@ Page({
data: {
},
gotoResetPwd() {
wx.navigateTo({
url: '/pages/personCenter/resetPwd/resetPwd',
})
},
/**
* 生命周期函数--监听页面加载
*/

View File

@ -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"