Commit bb6af001 authored by youjie's avatar youjie

优化

parent 991e895c
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</view> </view>
<view class="couponHeadRight"> <view class="couponHeadRight">
<text v-for="(item,index) in couponStateList" :key="index" :class="[checkStateType==item.id?'active':'']" <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> </view>
<view class="couponLine" v-if="CouponsUseScopeShow"> <view class="couponLine" v-if="CouponsUseScopeShow">
...@@ -590,7 +590,7 @@ ...@@ -590,7 +590,7 @@
color: #c6c6c6; color: #c6c6c6;
background: #e1e1e1; background: #e1e1e1;
} }
.couponListBox.active1 .nameType { .couponListBox.active1 .nameType {
color: rgba(29, 152, 144, 1); color: rgba(29, 152, 144, 1);
background: rgba(97, 220, 212, .5); 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