From 13c2b978c7071dc982127dfc4ec8ac2804c4a574 Mon Sep 17 00:00:00 2001 From: 18631081161 <2088094923@qq.com> Date: Thu, 26 Mar 2026 00:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E5=A1=AB=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniapp/config/index.js | 2 +- uniapp/pages/assessment/info/index.vue | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/uniapp/config/index.js b/uniapp/config/index.js index b1c8ab3..ce197ec 100644 --- a/uniapp/config/index.js +++ b/uniapp/config/index.js @@ -17,7 +17,7 @@ const ENV = { } // 当前环境 -const CURRENT_ENV = 'development' +const CURRENT_ENV = 'production' export const config = { API_BASE_URL: ENV[CURRENT_ENV].API_BASE_URL, diff --git a/uniapp/pages/assessment/info/index.vue b/uniapp/pages/assessment/info/index.vue index 712dc17..eeee8c6 100644 --- a/uniapp/pages/assessment/info/index.vue +++ b/uniapp/pages/assessment/info/index.vue @@ -384,10 +384,7 @@ onLoad((options) => { typeName.value = decodeURIComponent(options.typeName || '') userStore.restoreFromStorage() - // 如果已登录且手机号为空,预填手机号 - if (userStore.isLoggedIn && userStore.phone && !formData.value.phone) { - formData.value.phone = userStore.phone - } + // 手机号不自动填充,由用户手动输入 loadIntro()