|
|
@@ -343,12 +343,12 @@ |
|
|
|
<view class="hhhbox" v-if="item.show" style="padding: 30rpx;"> |
|
|
|
<view class="hsnrtest">话术内容</view> |
|
|
|
<view class="Level3che" v-for="(che,inc) in item.questionList" :key='inc'> |
|
|
|
<view class="title1" :style="che.selected==2?'color:#666':che.selected==1?'color: #666':''">{{inc+1}}.{{che.question}}</view> |
|
|
|
<view class="title1" :style="che.selected==2?'color:#FF8C13':che.selected==1?'color: #666':''">{{inc+1}}.{{che.question}}</view> |
|
|
|
<view class="jiantobox"> |
|
|
|
<!-- 0本次选中 1未选中 2上次选中 --> |
|
|
|
<image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" |
|
|
|
mode="" /> |
|
|
|
<image v-else-if="che.selected==2" class="arrow" src="/static/images/rate-checked.png" |
|
|
|
<image v-else-if="che.selected==2" class="arrow" src="/static/images/checked-yellow.png" |
|
|
|
mode="" /> |
|
|
|
<image v-else class="arrow" src="/static/images/rate-nocheck.png" mode="" /> |
|
|
|
</view> |
|
|
@@ -373,15 +373,13 @@ |
|
|
|
<view v-if="subitem.show" style="padding: 30rpx 0;"> |
|
|
|
<view class="hsnrtest">话术内容</view> |
|
|
|
<view class="Level3che" v-for="(che,inc) in subitem.questionList" :key='inc'> |
|
|
|
<view class="title1" :style="che.selected==2?'color:#666':che.selected==1?'color: #666':''">{{inc+1}}.{{che.question}}</view> |
|
|
|
<!-- <view class="title1">{{inc+1}}.{{che.question}}</view> --> |
|
|
|
<view class="title1" :style="che.selected==2?'color:#FF8C13':che.selected==1?'color: #666':''">{{inc+1}}.{{che.question}}</view> |
|
|
|
<view class="jiantobox"> |
|
|
|
<!-- 0本次选中 1未选中 2上次选中 --> |
|
|
|
<image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" |
|
|
|
mode="" /> |
|
|
|
<image v-else-if="che.selected==2" class="arrow" src="/static/images/rate-checked.png" |
|
|
|
<image v-else-if="che.selected==2" class="arrow" src="/static/images/checked-yellow.png" |
|
|
|
mode="" /> |
|
|
|
<!-- <image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" mode="" /> --> |
|
|
|
<image v-else class="arrow" src="/static/images/rate-nocheck.png" mode="" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|