- <view class="home">
- <view class="box">
- <view class="redk"></view>我的评价
- <view class="cuoti-box" wx:for="{{gridArr}}">
- <view class="number">
- {{index+1}}
- </view>
- <view class="wenti">
- <view style=" margin-right: 20rpx;">
- {{item.questStem}} :{{item.currentAnswer}}
- </view>
- </view>
- </view>
- </view>
- </view>
|