1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序修改密码

This commit is contained in:
2023-04-17 18:46:15 +08:00
parent 0238251ab0
commit b72f36febc
14 changed files with 255 additions and 14 deletions

View File

@@ -24,6 +24,10 @@ Page({
id: "myOrder",
title: "我的订单",
},
{
id: "updpwd",
title: "修改密码",
},
{
id: "logout",
color: 'red',
@@ -140,6 +144,12 @@ Page({
})
break
// 修改密码
case "updpwd":
wx.navigateTo({
url: '/pages/person/updpwd'
})
break
// 退出登录
case "logout":
wx.clearStorageSync()