From c768d20f2256ba40ebf6bc1be984c667d6bc7a11 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 27 十二月 2024 14:52:59 +0800
Subject: [PATCH] 添加分享功能

---
 pages/openCard/openCard.wxml |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pages/openCard/openCard.wxml b/pages/openCard/openCard.wxml
index 0299a1b..692c322 100644
--- a/pages/openCard/openCard.wxml
+++ b/pages/openCard/openCard.wxml
@@ -1,7 +1,7 @@
-<!--pages/openCard/openCard.wxml 寮�鍗℃椂鐨勮櫄鎷熷崱-->
+<!--pages/openCard/openCard.wxml 寮�闃�鏃剁殑铏氭嫙鍗�-->
 <view class="container">
 
-  <scroll-view class="list-container" scroll-y="true" scroll-x="false">
+  <scroll-view class="list-container"  scroll-y="true" scroll-x="false"  enable-flex="true" refresher-enabled="true" bindrefresherrefresh="onPullDownRefresh" refresher-triggered="{{isWXRefreshing}}">
     <block wx:if="{{allCardPoints.length > 0}}" wx:for="{{allCardPoints}}" wx:key="index">
       <view class="{{item.inUse===false?'item':'item-gray'}}">
         <view class="item-card">
@@ -29,15 +29,15 @@
   <view class="dialog" wx:if="{{showDialog}}">
     <image class="close" src="/images/close.svg" bindtap="handleClost"></image>
     <view class="dialog-content" wx:if="{{dialog_mode}}">
-      <view class="dialog-title">璇烽�夋嫨鐏屾簤妯″紡</view>
-      <button bindtap="postOpenValva">鑷鐏屾簤</button>
-      <button bindtap="handleSetDuration">瀹氱亴婧夋椂闀�</button>
-      <button bindtap="handleSetWaterVolume">瀹氱亴婧夋按閲�</button>
+      <view class="dialog-title">璇烽�夋嫨寮�鍏抽榾鏂瑰紡</view>
+      <button bindtap="postOpenValva">鎵嬪姩寮�闃�鎵嬪姩鍏抽榾</button>
+      <button bindtap="handleSetDuration">寮�闃�鍚庡畾鏃堕暱鑷姩鍏抽榾</button>
+      <button bindtap="handleSetWaterVolume">寮�闃�鍚庡畾姘撮噺鑷姩鍏抽榾</button>
     </view>
     <view class="dialog-content" wx:if="{{dialog_time}}">
       <view class="dialog-title">
       <image class="dialog-title-img" bind:tap="dialogBack" src="/images/back.svg"></image>
-      <text class="dialog-title-text">瀹氱亴婧夋椂闀�</text>
+      <text class="dialog-title-text">寮�闃�鍚庡畾鏃堕暱鑷姩鍏抽榾</text>
       </view>
       <view>
         <view class="row">
@@ -87,7 +87,7 @@
     <view class="dialog-content" wx:if="{{dialog_water}}">
       <view class="dialog-title">
       <image class="dialog-title-img" bind:tap="dialogBack" src="/images/back.svg"/>
-      <text class="dialog-title-text">瀹氱亴婧夋按閲�</text>
+      <text class="dialog-title-text">寮�闃�鍚庡畾姘撮噺鑷姩鍏抽榾</text>
       </view>
       <view>
         <view class="row">
@@ -132,7 +132,7 @@
     </view>
   </view>
   <!-- 骞存湀鏃ユ椂鍒� -->
-  <t-date-time-picker title="閫夋嫨鏃ユ湡鍜屾椂闂�" visible="{{datetimeVisible}}" mode="minute" value="{{datetime}}" format="YYYY-MM-DD HH:mm" bindchange="onConfirm" bindpick="onColumnChange" bindcancel="hidePicker" start="{{datetime}}"/>
+  <t-date-time-picker title="閫夋嫨鏃ユ湡鍜屾椂闂�" visible="{{datetimeVisible}}" mode="minute" value="{{datetime}}" format="YYYY-MM-DD HH:mm" bindchange="onConfirm" bindpick="onColumnChange" bindcancel="hidePicker" start="{{dateStartTime}}" end="{{dateEndTime}}"/>
   <!-- <t-dialog visible="{{showForceConfirm}}" content="褰撳墠铏氭嫙鍗¤鍗犵敤锛屾槸鍚﹀己鍒跺紑闃�锛�" confirm-btn="{{ { content: '寮哄埗寮�闃�', variant: 'base', theme: 'danger' } }}" cancel-btn="鍙栨秷" bind:confirm="confirmForceDialog" bind:cancel="cancelDialog" /> -->
   <t-dialog class="error-dialog"  title="寮�闃�閿欒" visible="{{showErrorDialog}}" content="{{errorData}}" confirm-btn="{{ confirmBtn }}" bind:confirm="closeErrorDialog" />
 </view>
\ No newline at end of file

--
Gitblit v1.8.0