riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
pages/selfpatrol/publish/index.wxml
@@ -18,13 +18,7 @@
    bind:timePickerChange="ontimePickerChange"
  >
    <view slot="text">
      <t-cell
        t-class="t-class-cell"
        title="截止时间"
        arrow
        hover
        note="{{timeText}}"
      />
      <t-cell t-class="t-class-cell" title="截止时间" arrow hover note="{{timeText}}" />
    </view>
  </time-picker>
  <t-cell
@@ -38,12 +32,7 @@
  <block wx:if="{{selectedSceneTypes.length > 0}}">
    <view class="tag">*{{selectedSceneTypesText[0]}}</view>
    <view class="title">
      <t-icon
        name="edit-1"
        color="var(--td-primary-color)"
        size="36rpx"
        data-name="edit-1"
      />
      <t-icon name="edit-1" color="var(--td-primary-color)" size="36rpx" data-name="edit-1" />
      {{selectedSceneTypesText[1]}}
    </view>
    <t-cell
@@ -108,11 +97,7 @@
  bind:cancel="closeDialog"
/>
<t-popup
  visible="{{popupVisible}}"
  bind:visible-change="onVisibleChange"
  placement="right"
>
<t-popup visible="{{popupVisible}}" bind:visible-change="onVisibleChange" placement="right">
  <user-list
    refresh="{{popupRefresh}}"
    bind:clickConfirm="popupConfirm"
@@ -134,7 +119,7 @@
      bindtap="closePatrolList"
      >取消</t-button
    >
    <view style="display: flex;align-items: center;">
    <view style="display: flex; align-items: center">
      <t-checkbox
        t-class="t-class-checkbox"
        t-class-border="t-class-border-checkbox"
@@ -154,10 +139,10 @@
        theme="primary"
        size="extra-small"
        bindtap="onSelfPatrolPickerChange"
        >{{selectedPatrolTypes[patrolPopupIndex].selectedCount > 0 ? '(' +
        selectedPatrolTypes[patrolPopupIndex].selectedCount + ')' :
        ''}}确定</t-button
      >
        {{selectedPatrolTypes[patrolPopupIndex].selectedCount > 0 ? '(' + selectedPatrolTypes[patrolPopupIndex].selectedCount + ')' : ''}}
        确定
      </t-button>
    </view>
  </view>
  <!-- <scroll-view style="height: 70vh" scroll-y="{{true}}"> -->