From 4a1793b20f6ee04ec92a2a284d08e792e6f49783 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期五, 11 四月 2025 17:56:51 +0800
Subject: [PATCH] 更新灌溉详情页面,添加命令发布失败数的显示和样式,优化状态管理逻辑以提升用户体验。

---
 pages/home/home.wxml |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/pages/home/home.wxml b/pages/home/home.wxml
index 3b1e10a..513fc93 100644
--- a/pages/home/home.wxml
+++ b/pages/home/home.wxml
@@ -41,7 +41,10 @@
 
 
   <view class="bottom-title">
-    <text class="bottom-title-text">蹇�熷叧闃�</text>
+    <view class="title-center">
+      <text class="bottom-title-text">蹇�熷叧闃�</text>
+      <image class="info-img" bind:tap="infoShow" src="/images/info.svg"></image>
+    </view>
     <text class="refresh-button" bind:tap="startPullDownRefresh">鍒锋柊</text>
   </view>
   <view class="divider"></view>
@@ -97,6 +100,10 @@
             <radio value="TEST" checked="{{selectedProject === 'TEST'}}" color="#1890FF" />
             <text>娴嬭瘯椤圭洰</text>
           </label>
+          <label class="project-radio {{selectedProject === 'SCHOOL' ? 'project-radio-selected' : ''}}">
+            <radio value="SCHOOL" checked="{{selectedProject === 'SCHOOL'}}" color="#1890FF" />
+            <text>瀛︽牎椤圭洰</text>
+          </label>
         </radio-group>
       </view>
       <view class="project-modal-footer">
@@ -105,4 +112,18 @@
     </view>
   </view>
   <t-dialog class="dialog" title="閫氱煡缁撴灉" visible="{{showTipDialog}}" content="{{tipData}}" confirm-btn="{{ confirmBtn }}" bind:confirm="cancelDialog" />
+  <t-dialog visible="{{showInfoDialog}}" title="鍙嬫儏鎻愮ず" confirm-btn="{{ confirmBtn  }}" bind:confirm="confirmBtnInfoDialog">
+    <!-- 閫傞厤skyline锛屽鍔爐ype="list" -->
+    <scroll-view slot="content" type="list" scroll-y class="long-content">
+      <view class="content-container">
+        <text class="content-container">
+          1.缃戠粶绛変笉鍙姉鍔涘洜绱犲彲鑳藉鑷磋澶囩姸鎬佹樉绀哄欢杩熸垨閿欒銆�
+          2.褰撴彁绀烘偍鎿嶄綔澶辫触鍚庢偍鍙◢鍚庡皾璇曢噸鏂版搷浣溿��
+          3.鍦ㄥ畾鏃舵垨瀹氶噺寮�闃�鐨勯绾﹀紡寮�闃�鍚庯紝鍙湁闃�闂ㄥ埌杈剧害瀹氱殑鏃堕棿鎴愬姛寮�闃�鍚庢湭鍏抽榾璁板綍鎵嶄細鏄剧ず銆�
+          4.鎴戜滑璇氭寶鍦伴個璇锋偍閫氳繃鎰忚鍙嶉娓犻亾鎻愬嚭瀹濊吹鐨勫缓璁垨鎰忚銆�
+        </text>
+
+      </view>
+    </scroll-view>
+  </t-dialog>
 </view>
\ No newline at end of file

--
Gitblit v1.8.0