订单状态
This commit is contained in:
parent
a5c3270d78
commit
c058795ec7
@ -12,6 +12,7 @@
|
||||
<view class="order-text">下单时间:{{item.gmtCreate}}</view>
|
||||
<view class="price" wx:if="{{item.price == '0' || item.price == ''}}">¥15元</view>
|
||||
<view class="price" wx:else>¥{{item.price}}元</view>
|
||||
<view class="status">已过期</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
@ -45,4 +45,11 @@
|
||||
.price{
|
||||
font-size: 32rpx;
|
||||
color:#9F1512;
|
||||
}
|
||||
.status{
|
||||
display: inline-block;
|
||||
padding: 0 10rpx;
|
||||
background: #DEDEDE;
|
||||
color: #FFF;
|
||||
font-size: 30rpx;
|
||||
}
|
Loading…
Reference in New Issue
Block a user