调整点餐页面样式,增加限时折扣倒计时

This commit is contained in:
2025-12-10 13:59:29 +08:00
parent 1b8fdd16a1
commit a95fa69c62
4 changed files with 226 additions and 66 deletions

View File

@@ -17,7 +17,7 @@
</view>
</view> -->
<scroll-view scroll-y class="scroll-view">
<view class="list-wrap">
<view class="list-wrap" :class="[nextFullAmountActivty?'pb-20': '']">
<view v-if="cartList.length > 0">
<view class="ShoppingCart flex-between">
<view> 购物车 </view>
@@ -142,6 +142,9 @@ import * as orderUtils from "@/utils/order-utils.js";
const emits = defineEmits(["customevent", "close", "clickcancelOrder"]);
const props = defineProps({
nextFullAmountActivty: {
type: Object,
},
cartList: {
type: Array,
},
@@ -361,7 +364,9 @@ const cartclear = () => {
.list-wrap {
padding: 0 28rpx;
&.pb-20{
padding-bottom: 20px;
}
.ShoppingCart {
font-size: 30rpx;
text-align: left;