| @@ -296,9 +296,11 @@ | |||||
| <view class="hsnrtest" v-if="subitem.show">话术内容</view> | <view class="hsnrtest" v-if="subitem.show">话术内容</view> | ||||
| <view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show" | <view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show" | ||||
| v-for="(che,inc) in subitem.children" :key='inc'> | v-for="(che,inc) in subitem.children" :key='inc'> | ||||
| <view class="title1" :class="{gray: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view> | |||||
| <view class="title1" :style="che.viewFlag==1?'color:#FF8C13':che.selected!=0?'color: #666':''" :class="{orange: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view> | |||||
| <view class="jiantobox"> | <view class="jiantobox"> | ||||
| <image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" | |||||
| <image v-if="che.selected==0&&che.viewFlag != 1" class="arrow" src="/static/images/rate-checked.png" | |||||
| mode="" /> | |||||
| <image v-else-if="che.selected==0&&che.viewFlag == 1" class="arrow" src="/static/images/checked-yellow.png" | |||||
| mode="" /> | mode="" /> | ||||
| <image v-else class="arrow" src="/static/images/rate-nocheck.png" mode="" /> | <image v-else class="arrow" src="/static/images/rate-nocheck.png" mode="" /> | ||||
| </view> | </view> | ||||
| @@ -2822,8 +2824,8 @@ | |||||
| font-weight: 400; | font-weight: 400; | ||||
| } | } | ||||
| .gray { | |||||
| color: #979797 !important; | |||||
| .orange { | |||||
| color: #FF8C13 !important; | |||||
| } | } | ||||
| .jiantobox { | .jiantobox { | ||||