feat:0905优惠券多物流信息
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<view class="seckill_card_container" @click="onSelectProct(item)">
|
||||
<!-- Left side image with optional countdown overlay -->
|
||||
<view class="seckill_card_left">
|
||||
<up-image :lazy-load="true" :src="item.url || item.image || item.accessUrl" width="220rpx" height="220rpx" bgColor="#f1f6ff00"
|
||||
shape="square" radius="16rpx"></up-image>
|
||||
<up-image :lazy-load="true" :src="item.url || item.image || item.accessUrl" width="220rpx" height="220rpx"
|
||||
bgColor="#f1f6ff00" shape="square" radius="16rpx"></up-image>
|
||||
<view class="countdown_bar" v-if="showCountdown && countdownText">
|
||||
<text class="countdown_text">{{ countdownText }}</text>
|
||||
</view>
|
||||
@@ -37,11 +37,11 @@
|
||||
<!-- Price and action card row -->
|
||||
<view class="price_action_row">
|
||||
<view class="price_section">
|
||||
<text class="price_symbol" v-if="item.couponPrice">券后</text>
|
||||
<text class="price_symbol">¥</text>
|
||||
<text class="price_integer">{{ item.price }}</text>
|
||||
<text class="price_integer">{{ item.couponPrice || item.price }}</text>
|
||||
<text class="original_price seckill">{{ `${attributes.leftTime ?
|
||||
`只剩${attributes.leftTime}` : ''}` }}</text>
|
||||
<!-- <text class="original_price" v-else>¥{{ formatOriginalPrice }}</text> -->
|
||||
</view>
|
||||
<!-- Alarm clock button -->
|
||||
<view class="alarm_btn_wrapper">
|
||||
|
||||
Reference in New Issue
Block a user