feat: 实现了我的设置页面的相关操作

This commit is contained in:
2025-08-03 17:54:11 +08:00
parent f77633f04a
commit 60d23d8077
4 changed files with 182 additions and 65 deletions

View File

@@ -188,6 +188,9 @@
const handleReplyInstruct = (item) => {
if(item.type === 'MyOrder') {
/// 订单
uni.navigateTo({
url: '/pages/order/list'
})
return
}
commonType = item.type