Commit bb6af001 authored by youjie's avatar youjie

优化

parent 991e895c
......@@ -12,7 +12,7 @@
</view>
<view class="couponHeadRight">
<text v-for="(item,index) in couponStateList" :key="index" :class="[checkStateType==item.id?'active':'']"
@click.stop="changeState(item)">{{ item.name }}</text>
@click.stop="changeState(item),CouponsUseScopeShow=false">{{ item.name }}</text>
</view>
</view>
<view class="couponLine" v-if="CouponsUseScopeShow">
......@@ -590,7 +590,7 @@
color: #c6c6c6;
background: #e1e1e1;
}
.couponListBox.active1 .nameType {
color: rgba(29, 152, 144, 1);
background: rgba(97, 220, 212, .5);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment