From ab8b53407a4d2213b1b3cdaf3cf649ef6c457dae Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期一, 28 四月 2025 15:52:19 +0800
Subject: [PATCH] 优化首页项目选择逻辑,添加临时选择变量以支持未确认的项目选择;更新登录页面逻辑,确保从登录页返回时正确刷新数据并处理项目选择确认,提升用户体验。

---
 pages/my/my.wxml |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/pages/my/my.wxml b/pages/my/my.wxml
index 19fb6c7..823b887 100644
--- a/pages/my/my.wxml
+++ b/pages/my/my.wxml
@@ -1,2 +1,27 @@
 <!--pages/my/my.wxml-->
-<text>pages/my/my.wxml</text>
\ No newline at end of file
+<view class="base-wrapper">
+  <view class="head-wrapper">
+  <view class="center-wrapper">
+    <view class="head-top">
+      <t-avatar class="avatar-example" image="{{image}}" size="120rpx" />
+      <view class="head-text-wrapper">
+        <text>{{userName}}</text>
+        <text>{{userCode}}</text>
+      </view>
+    </view>
+  </view>
+  </view>
+
+  <view class="bottom-title">
+    <text>鐗囧尯璐熻矗浜�</text>
+  </view>
+  <view class="item">
+    <text>闂鍙嶉</text>
+  </view>
+  <view class="item">
+    <text>瑙i櫎缁戝畾</text>
+  </view>
+  <view class="item">
+    <text>閫�鍑虹櫥褰�</text>
+  </view>
+</view>
\ No newline at end of file

--
Gitblit v1.8.0