From e089ff30d4910c46853d6bc34d9261d7e531b476 Mon Sep 17 00:00:00 2001
From: shuxiaoquan <853623962@qq.com>
Date: Thu, 28 Mar 2024 14:31:14 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E9=82=AE=E5=8E=BB=E6=8E=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/cart/index.vue | 16 +++++++++++-----
pages/goods/list.vue | 8 ++++----
pages/index/index.vue | 8 ++++----
pages/user/index.vue | 4 ++--
4 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/pages/cart/index.vue b/pages/cart/index.vue
index e889bdd..c1eb455 100644
--- a/pages/cart/index.vue
+++ b/pages/cart/index.vue
@@ -80,9 +80,9 @@
{{item.selling_point}}
{{item.goods_name}}
-
+
¥
{{item.goods_price_min}}
@@ -104,9 +104,9 @@
{{item.selling_point}}
{{item.goods_name}}
-
+
¥
{{item.goods_price_min}}
@@ -455,7 +455,13 @@
display: flex;
align-items: center;
margin-top: 14rpx;
-
+
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ overflow: hidden;
+ -webkit-line-clamp: 2;
+ height: 90rpx;
+ line-height: 45rpx;
.ziying {
padding: 4rpx 10rpx;
background: #FF4438;
diff --git a/pages/goods/list.vue b/pages/goods/list.vue
index b35256b..a6a48da 100644
--- a/pages/goods/list.vue
+++ b/pages/goods/list.vue
@@ -110,9 +110,9 @@
{{ item.goods_name }}
-
+
¥
{{item.selling_point}}
{{item.goods_name}}
-
+
¥
{{item.selling_point}}
{{item.goods_name}}
-
+
¥
{{item.goods_price_min}}