| | |
| | | <view class="self-patrol-promise" bindtap="gotoPromise"> |
| | | <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> |