This commit is contained in:
2025-04-15 14:46:03 +08:00
parent 85edeae7db
commit 0ea678deec
16 changed files with 2250 additions and 2623 deletions

View File

@@ -74,7 +74,7 @@
</image>
<image
v-else
src="/static/nobg1.jpg"
src="/static/nobg1.jpg" class="goods_item_img"
mode="widthFix"
@click="goDetail(item.productId)"
></image>
@@ -468,12 +468,21 @@
<!-- leftSlot -->
<template slot="leftSlot" slot-scope="slotProps">
<view class="price_box order_bottom_box"
><text class="number">共{{ number }}件</text>
>
<text class="price"
>合计:
<text class="total"
>¥{{ Number(actualPayment).toFixed(2) }}</text
>
<template v-if="actualPayment>0">
¥{{ Number(actualPayment).toFixed(2) }}
</template>
<text style="margin: 0 4rpx;" v-if="actualPayment>0&&jfNumber>0">
+
</text>
<text v-if="jfNumber>0">{{ jfNumber }} 积分</text>
</text
>
</text>
</view>
@@ -716,7 +725,7 @@ export default {
},
customButton: [
{
width: "340rpx",
width: "200rpx",
text: "立即支付",
backgroundColor: "linear-gradient(90deg, #3C77BE 0%,#258feb 100%)",
color: "#fff",