修复已知问题

This commit is contained in:
bobobobo
2026-01-22 01:23:57 +08:00
parent 2b26bfed69
commit 5f2fab9335
18 changed files with 414 additions and 61 deletions

View File

@@ -43,10 +43,16 @@
title: '实名认证',
key: '4',
url: '/pages/my-index/wallet/real-id'
},
// #ifdef H5
{
title: '邀请好友',
key: '6',
url: '/pages/my-index/wallet/invite'
}
// #endif
]
}
onShow(() => {
getData()
})