fix:优惠券卡片显示字段条件判断
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
:title="item.amount_text"
|
||||
:value="item.amount"
|
||||
:surplus="item.stock"
|
||||
:type="item.type"
|
||||
:sellBy="`${item.get_start_time.substring(0, 10)} 至 ${item.get_end_time.substring(
|
||||
0,
|
||||
10,
|
||||
@@ -56,6 +57,7 @@
|
||||
:value="item.amount"
|
||||
:surplus="item.stock"
|
||||
:couponId="item.id"
|
||||
:type="item.type"
|
||||
:sellBy="`${item.get_start_time.substring(0, 10)} 至 ${item.get_end_time.substring(
|
||||
0,
|
||||
10,
|
||||
@@ -93,6 +95,7 @@
|
||||
:value="item.amount"
|
||||
:surplus="item.stock"
|
||||
:couponId="item.id"
|
||||
:type="item.type"
|
||||
:sellBy="`${item.get_start_time.substring(0, 10)} 至 ${item.get_end_time.substring(
|
||||
0,
|
||||
10,
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
.menu-item {
|
||||
height: 160rpx;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
.menu-title {
|
||||
font-size: 24rpx;
|
||||
line-height: 24rpx;
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
.cart-btn {
|
||||
position: absolute;
|
||||
bottom: 10rpx;
|
||||
right: 10rpx;
|
||||
right: 20rpx;
|
||||
z-index: 11;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
|
||||
Reference in New Issue
Block a user