riku
2026-01-20 91f7d372fa318e859efd20d71eafbd34274902c4
pages/mSelfPatrol/components/self-patrol/index.wxml
@@ -1,8 +1,19 @@
<view class="self-patrol-promise" bindtap="gotoPromise">
  <t-icon name="notification-error" size="32rpx"/>
<view
  wx:if="{{promiseValid && !promised}}"
  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
  wx:else
  class="self-patrol-promise-done"
>
  <t-icon name="check" size="32rpx" />
  <text class="promise-done-text">自巡查承诺已签署</text>
</view>
<view class="self-patrol-static">
  <view class="head_right">
    <view style="font-size: 14px"> {{thisMonth}} </view>