diff --git a/sheep/components/s-goods-column/s-goods-column.vue b/sheep/components/s-goods-column/s-goods-column.vue
index b27cfda..c06a369 100644
--- a/sheep/components/s-goods-column/s-goods-column.vue
+++ b/sheep/components/s-goods-column/s-goods-column.vue
@@ -40,10 +40,16 @@
:style="[{ color: goodsFields.price.color }]"
>
-
- {{ data.point }}积分
- {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
-
+
+
+
+ {{ data.point }}
+ {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
+
+
{{ priceUnit }}
{{ fen2yuan(data.promotionPrice) }}
@@ -94,10 +100,16 @@
:style="[{ color: goodsFields.price.color }]"
>
-
- {{ data.point }}积分
- {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
-
+
+
+
+ {{ data.point }}
+ {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
+
+
{{ priceUnit }}
{{ fen2yuan(data.promotionPrice) }}
@@ -162,10 +174,16 @@
:style="[{ color: goodsFields.price.color }]"
>
-
- {{ data.point }}积分
- {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
-
+
+
+
+ {{ data.point }}
+ {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
+
+
{{ priceUnit }}
{{ fen2yuan(data.promotionPrice) }}
@@ -257,10 +275,16 @@
-
- {{ data.point }}积分
- {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
-
+
+
+
+ {{ data.point }}
+ {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
+
+
{{ priceUnit }}
{{ fen2yuan(data.promotionPrice) }}
@@ -345,10 +369,16 @@
-
- {{ data.point }}积分
- {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
-
+
+
+
+ {{ data.point }}
+ {{ !data.pointPrice || data.pointPrice === 0 ? '' : `+${fen2yuan(data.pointPrice)}元` }}
+
+
{{ priceUnit }}
{{ fen2yuan(data.promotionPrice) }}
@@ -550,14 +580,14 @@
if (props.goodsFields.salesCount?.show) {
if (props.data.activityType && props.data.activityType === PromotionActivityTypeEnum.POINT.type) {
text.push(formatExchange(props.data.sales_show_type, (props.data.pointTotalStock || 0) - (props.data.pointStock || 0)));
- }else {
+ } else {
text.push(formatSales(props.data.sales_show_type, props.data.salesCount));
}
}
if (props.goodsFields.stock?.show) {
if (props.data.activityType && props.data.activityType === PromotionActivityTypeEnum.POINT.type) {
text.push(formatStock(props.data.stock_show_type, props.data.pointTotalStock));
- }else {
+ } else {
text.push(formatStock(props.data.stock_show_type, props.data.stock));
}
}
@@ -632,6 +662,12 @@
line-height: 32rpx;
}
+ .point-img {
+ width: 30rpx;
+ height: 30rpx;
+ margin: 0 4rpx;
+ }
+
.groupon-tag {
position: absolute;
left: 0;