优惠券相关更新
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<view class="listItem " v-for="(item,index) in list" :key="index">
|
||||
<view class="top">
|
||||
<view class="title">{{item.content}}</view>
|
||||
<view class="num">{{item.floatType == 'add' ? '+' : ''}}{{item.floatPoints}}</view>
|
||||
<view class="num" :class="{colorStyle: item.floatType=='add'}">{{item.floatType == 'add' ? '+' : ''}}{{item.floatPoints}}</view>
|
||||
</view>
|
||||
<view class="time">{{item.createTime}}</view>
|
||||
</view>
|
||||
@@ -112,6 +112,9 @@
|
||||
.num{
|
||||
font-size: 32rpx;
|
||||
}
|
||||
.colorStyle {
|
||||
color: #FF7127;
|
||||
}
|
||||
}
|
||||
.time{
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user