修复提现实名问题

This commit is contained in:
2025-12-22 18:38:41 +08:00
parent 47076b2d4b
commit c9b7297608
2 changed files with 7 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ onLoad(() => {
});
onShow(() => {
APIuser.then((res) => {
APIuser().then((res) => {
userinfo.value = res;
});
});