examtest_mp/pages/exam/total.wxml

11 lines
344 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view style="padding: 20rpx;color: #333333;">
<!-- 统计 -->
<view style="padding: 20rpx;line-height: 80rpx;font-size: 36rpx;color: #333333;">
<view>模考次数:{{total}}(次)</view>
<view>通过率:{{pass_rate}}%</view>
<view>平均分:{{avg_score}}</view>
</view>
<!-- 列表 -->
<view>
</view>
</view>