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