|
|
|
@ -7,9 +7,11 @@ |
|
|
|
@change="onTabChange" |
|
|
|
:activeColor="tabStyle.activeColor" |
|
|
|
:inactiveColor="tabStyle.inactiveColor" |
|
|
|
:bgColor="tabStyle.bgColor" |
|
|
|
|
|
|
|
:fontSize="tabStyle.fontSize" |
|
|
|
:height="tabStyle.height" |
|
|
|
custom-style="height: 80rpx;border-radius: 70rpx;position: sticky; left: 0; top: 0;right: 0;zIndex: 999" |
|
|
|
custom-item-style="border-radius: 60rpx;" |
|
|
|
></uv-subsection> |
|
|
|
|
|
|
|
<!-- 优惠券列表 --> |
|
|
|
@ -137,7 +139,28 @@ export default { |
|
|
|
amount: 400, |
|
|
|
expireDate: '2026-04-28', |
|
|
|
status: 'available' |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 1, |
|
|
|
title: '专属福利】20元红包', |
|
|
|
amount: 20, |
|
|
|
expireDate: '2026-04-28', |
|
|
|
status: 'available' |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 2, |
|
|
|
title: '专属福利】400元红包', |
|
|
|
amount: 400, |
|
|
|
expireDate: '2026-04-28', |
|
|
|
status: 'available' |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 3, |
|
|
|
title: '专属福利】400元红包', |
|
|
|
amount: 400, |
|
|
|
expireDate: '2026-04-28', |
|
|
|
status: 'available' |
|
|
|
}, |
|
|
|
], |
|
|
|
used: [ |
|
|
|
{ |
|
|
|
@ -187,7 +210,7 @@ export default { |
|
|
|
.discount-container { |
|
|
|
min-height: 100vh; |
|
|
|
background-color: #f8f8f8; |
|
|
|
|
|
|
|
padding-bottom: 50rpx; |
|
|
|
.coupon-list { |
|
|
|
padding: 40rpx 30rpx; |
|
|
|
|
|
|
|
|