score.wxml 1.4 KB

12345678910111213141516171819202122232425262728
  1. <view class='score'>
  2. <navbar class="is_navbar" page-name="测验结果" none="true"></navbar>
  3. <view class='score_cont' style='height:calc(100vh - {{navH+12}}px)'>
  4. <view>
  5. <view class="name">《{{info.curriculum_name}}》</view>
  6. <view class="cjd">
  7. <image class="restitle" src="https://yuesuo.yueguanjia.com/MiniProgram/images/phaseI/resultTwo.png" />
  8. </view>
  9. <view class="scorenum"><text class="num">{{info.score}}</text>分</view>
  10. <view class="count">答对{{info.count}}题 <text>(共{{info.test_count}}题)</text></view>
  11. <view>
  12. <image class="respeople" src="https://yuesuo.yueguanjia.com/MiniProgram/images/phaseI/resultOne.png" />
  13. </view>
  14. <view class="message">
  15. <view class="">用户名称: <text class="text">{{info.nike_name}}</text></view>
  16. <view class="" ><text decode="{{true}}">等&nbsp;&nbsp;级:</text> <text class="text">{{info.level}}</text></view>
  17. <view class="">考试时间: <text class="text">{{info.date}}</text></view>
  18. <view class="">奖学金: <text class="text">{{info.scholarships}}</text>
  19. <image class="jb-icon" src="https://yuesuo.yueguanjia.com/MiniProgram/images/jinbi.png" />
  20. </view>
  21. </view>
  22. </view>
  23. <view class="btnBoxs">
  24. <button bindtap='backHome' class='isBtn gobackhome'>返回首页</button>
  25. <button bindtap='lookWhy' class='isBtn'>查看解析</button>
  26. </view>
  27. </view>
  28. </view>