riku
2022-08-26 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8
pages/home/home.wxml
@@ -25,23 +25,43 @@
    <view class="flex-h">
      <view class="flex-h_block">
        <view class="top-card" bindtap="goto" data-index="0">
          <view>
          <view class="top-card__score"><text class="top-card__num">{{historyPoint.score}}</text>分</view>
          <view class="top-card__time">自测智评得分 ></view>
          <image src="/res/icons/wm_assessment.png"></image>
          </view>
          <view class="top-card__items">
            <view class="top-card__item">
              <view>守法排名</view>
              <text>{{historyPoint.rank}}</text>
            </view>
            <view class="top-card__item">
              <view>守法指数</view>
              <text>{{historyPoint.legalIndex}}</text>
            </view>
            <!-- <view class="top-card__item">
              <view>违法指数</view>
              <text>{{historyPoint.illegalIndex}}</text>
            </view> -->
          </view>
          <image src="/res/icons/wm_assessment.png" mode="aspectFit"></image>
        </view>
      </view>
      <view class="flex-h_block">
        <view class="top-card top-card_2" bindtap="goto" data-index="5">
          <view>
          <view class="top-card__score"><text class="top-card__num">{{monthInfo.percent}}</text>%</view>
          <view class="top-card__time">台账完成率 ></view>
          <image src="/res/icons/wm_ledger.png"></image>
          </view>
          <image src="/res/icons/wm_ledger.png" mode="aspectFit"></image>
        </view>
        <view class="top-card top-card_3" bindtap="goto" data-index="6">
          <view>
          <view class="top-card__score">{{promsieInfo.leftDays > 0 ? '剩余' : '失效'}}
            <text class="top-card__num">{{promsieInfo.leftDays > 0 ? promsieInfo.leftDays : 0 - promsieInfo.leftDays}}</text>天
          </view>
          <view class="top-card__time">承诺倒计时 ></view>
          <image src="/res/icons/wm_commitment.png"></image>
          </view>
          <image src="/res/icons/wm_commitment.png" mode="aspectFit"></image>
        </view>
      </view>
    </view>