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">
......
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