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 @@
-
-
-
+
+
+