| | |
| | | <!--pages/openCard/openCard.wxml 开阀时的虚拟卡--> |
| | | <view class="container"> |
| | | |
| | | <scroll-view class="list-container" scroll-y="true" scroll-x="false" refresher-enabled="true" bindrefresherrefresh="onPullDownRefresh" refresher-triggered="{{isWXRefreshing}}"> |
| | | <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"> |
| | |
| | | <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"> |
| | |
| | | <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"> |