From b51cb05497d842fd282f681cb1646991fddfc634 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Wed, 26 Nov 2025 16:50:58 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2=E6=92=AD?=
=?UTF-8?q?=E6=94=BE=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/css/lib.css | 3 +
pages/plugins/live/pull/components/goods.vue | 707 ++++++++++++++++++
.../live/pull/components/live-content.vue | 30 +-
pages/plugins/live/pull/video.vue | 2 +-
4 files changed, 719 insertions(+), 23 deletions(-)
create mode 100644 pages/plugins/live/pull/components/goods.vue
diff --git a/common/css/lib.css b/common/css/lib.css
index 0df9d6c7..4625c459 100644
--- a/common/css/lib.css
+++ b/common/css/lib.css
@@ -1334,6 +1334,9 @@
.pa-10 {
padding: 20rpx;
}
+.pa-14 {
+ padding: 28rpx;
+}
.pa-5 {
padding: 10rpx;
}
diff --git a/pages/plugins/live/pull/components/goods.vue b/pages/plugins/live/pull/components/goods.vue
new file mode 100644
index 00000000..bce8ed86
--- /dev/null
+++ b/pages/plugins/live/pull/components/goods.vue
@@ -0,0 +1,707 @@
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 讲解中
+
+
+
+
+ {{ item.title }}
+
+
+ {{ item.show_price_symbol}}
+ {{ item.price }}
+ {{ item.show_price_unit }}
+
+
+ 库存
+ {{ item.inventory }}
+
+
+
+
+ {{ item.title }}
+
+
+
+ {{ item.show_price_symbol}}
+ {{ item.price }}
+ {{ item.show_price_unit }}
+
+
+ 库存
+ {{ item.inventory }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+ 暂无商品
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/live/pull/components/live-content.vue b/pages/plugins/live/pull/components/live-content.vue
index a2e7a2e2..b5cd012e 100644
--- a/pages/plugins/live/pull/components/live-content.vue
+++ b/pages/plugins/live/pull/components/live-content.vue
@@ -20,7 +20,7 @@
-
+
@@ -108,7 +108,7 @@
- comment_value = e.detail.value" />
+ comment_value = e.detail.value" @confirm="comment_input_confirm" />
@@ -131,29 +131,19 @@
-
-
-
+
+
+