From 25ebc714977470b5ed02b0ec7f30ea0615ebd89f Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期五, 14 三月 2025 16:48:09 +0800
Subject: [PATCH] 更新应用配置,添加AppID并修改页面路由;优化取水口界面,增加定时开阀功能和相关参数设置;修复首页反馈图标及提示信息。

---
 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