优惠券相关更新
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<view class="listStyle_left">
|
||||
<view class="listrigth">
|
||||
<view>{{active == 1 ? item.biz_name : item.content}}</view>
|
||||
<view :class="[item.type == '+'?'colorStyle':'']">
|
||||
<view :class="{colorStyle: (active==1&&item.type == '+') || (active==2&&item.floatType=='add')}">
|
||||
{{ active == 1 ? item.type : (item.floatType == 'add'?'+':'')}}
|
||||
{{active == 1 ? item.amount : item.floatPoints}}
|
||||
</view>
|
||||
@@ -178,7 +178,7 @@
|
||||
|
||||
.listrigth {
|
||||
.colorStyle {
|
||||
// color: #FF7127;
|
||||
color: #FF7127;
|
||||
}
|
||||
|
||||
>view {
|
||||
|
||||
Reference in New Issue
Block a user