riku
2026-01-22 f14ea940fb32105de8b592992e3f53c62f31d84d
pages/mLedger/home/summary.wxml
@@ -43,8 +43,8 @@
    <view class="head_row">
      <view class="head_tag">本期台账提交日:{{deadline}}</view>
      <block wx:if="{{thisMonthInfo.percent < 1}}">
        <view wx:if="{{leftday > 0}}" class="head_tag"
          >剩余<text>{{leftday}}</text>天</view
        <view wx:if="{{leftday >= 0}}" class="head_tag"
          >剩余<text>{{leftday + 1}}</text>天</view
        >
        <view wx:else class="head_tag"
          >逾期 <text>{{thisMonthInfo.overtime}}</text>天</view