evaluationCourseDetail.wxml 345 B

123456789101112131415
  1. <view class="home">
  2. <view class="box">
  3. <view class="redk"></view>我的评价
  4. <view class="cuoti-box" wx:for="{{gridArr}}">
  5. <view class="number">
  6. {{index+1}}
  7. </view>
  8. <view class="wenti">
  9. <view style=" margin-right: 20rpx;">
  10. {{item.questStem}} :{{item.currentAnswer}}
  11. </view>
  12. </view>
  13. </view>
  14. </view>
  15. </view>