riku
2026-01-19 068be2757aa2d51e3f6604dae54287683160ad0e
pages/mSelfPatrol/components/self-patrol/index.wxml
@@ -1,12 +1,13 @@
<!-- <scroll-view
  bindrefresherrefresh="init"
  refresher-enabled
  refresher-triggered="{{refresh}}"
  scroll-y
  style="height: 90vh;"
> -->
<view class="self-patrol-promise" bindtap="gotoPromise">
  <t-icon name="notification-error" size="32rpx"/>
  <text class="promise-text"></text>
  <text class="promise_btn">去承诺 ></text>
</view>
  <view class="self-patrol-static">
    <view> {{thisMonth}} </view>
  <view class="head_right">
    <view style="font-size: 14px"> {{thisMonth}} </view>
    <text class="head_btn" bindtap="gotoHistory">历史记录 ></text>
  </view>
    <view class="head_row">
      <view class="head_row_item">
        <view class="head_tag">自巡查提交数</view>
@@ -18,9 +19,6 @@
          >{{progress}}<text class="head_row_item_tag">%</text></view
        >
      </view>
    </view>
    <view class="head_right">
      <text class="head_btn" bindtap="gotoHistory">历史记录 ></text>
    </view>
    <!-- <view class="self-patrol-progress">
    <t-progress percentage="{{progress}}" />
@@ -39,4 +37,3 @@
      t-class-text="grid-item"
    />
  </t-grid>
<!-- </scroll-view> -->