From 372eb092ccc33e4fdcfa17fb0aafe2ab4cf0c1d2 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Mon, 24 Mar 2025 14:42:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(market):=20=E9=87=8D=E6=9E=84=E5=B8=82?= =?UTF-8?q?=E5=9C=BA=E7=BA=BF=E7=B4=A2=E6=B7=BB=E5=8A=A0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了表单字段的顺序和标签 - 优化了页面布局结构 - 更新了部分UI样式 --- pages/market/clue/add_clues.vue | 93 ++++++++++++++++++--------------- pages/student/login/login.vue | 2 +- 2 files changed, 52 insertions(+), 43 deletions(-) diff --git a/pages/market/clue/add_clues.vue b/pages/market/clue/add_clues.vue index b1f8a47..561f3f8 100644 --- a/pages/market/clue/add_clues.vue +++ b/pages/market/clue/add_clues.vue @@ -10,48 +10,57 @@ 基础信息 - - - 点击选择 - {{ result_leixing }} - - - - 点击选择 - {{ result_date }} - - - - - - - 点击选择 - {{ result_student }} - - - - 点击选择 - {{ result_status }} - - - - 点击选择 - {{ result_intention }} - - - + + + + + + + + + 点击选择 + + {{ result_date }} + + + + + + + + + 点击选择 + + {{ result_student }} + + + + + 点击选择 + + {{ result_status }} + + + + + 点击选择 + + {{ result_intention }} + + + diff --git a/pages/student/login/login.vue b/pages/student/login/login.vue index 4c2341d..4b24eea 100644 --- a/pages/student/login/login.vue +++ b/pages/student/login/login.vue @@ -73,7 +73,7 @@ uni.setStorageSync('token', res.data.token); let userType = res.data.userType - // userType = 1 + userType = 2//测试完注释本行 uni.setStorageSync('userType', userType); uni.setStorageSync('tabBerIndex', 0);