feat(user): 补充个人信息页接入身份证已存在复用弹框与登录引导

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-08-24 11:54:33 +08:00
co-authored by Claude Sonnet 4.6
parent 9911dea32f
commit 90f84cc7df
13 changed files with 353 additions and 72 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
onLaunch() {
// 已登录则跳过登录页
const token = wx.getStorageSync('token') || null;
// const userInfo = wx.getStorageSync('userInfo') || null;
const userInfo = true;
const userInfo = wx.getStorageSync('userInfo') || null;
// const userInfo = true;
if (token && userInfo) {
wx.reLaunch({
url: '/pages/home/home'