Browse Source

修改挖掘执行颜色变化

yun
corala 2 years ago
parent
commit
1a2ee33c16
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      pages/mine/details2.vue

+ 6
- 4
pages/mine/details2.vue View File

@@ -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 {


Loading…
Cancel
Save