chore: 更新环境

This commit is contained in:
zzzzzak
2025-01-08 19:38:37 +08:00
parent 853f679d0b
commit c1b03b5e44
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -143,9 +143,10 @@ const handleRealName = () => {
uni.navigateTo({
url: '/pages-sub/realname/index',
})
showRealName.value = false
}
onLoad(async () => {
onShow(async () => {
const res = await getRealNameAuthAPI()
if (!res.data) {
uni.hideTabBar()