fix: 跳转手机号
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m8s

This commit is contained in:
luo
2026-07-30 15:59:55 +08:00
parent 7de5efedfd
commit 4c10d1f9fa

View File

@@ -350,10 +350,7 @@
indexEntryChecking.value = true;
try {
const data = await loadAssetInfo();
if (data && !data.bound_phone) {
uni.redirectTo({ url: '/pages/bind/bind?fromLogin=true' });
}
await loadAssetInfo();
} finally {
indexEntryChecking.value = false;
}