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 | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/pages/home/home.wxml b/pages/home/home.wxml index 384154d..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> @@ -109,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