diff --git a/components/detail-list-item/detail-list-item.vue b/components/detail-list-item/detail-list-item.vue
index 14b9ce5..50a9484 100644
--- a/components/detail-list-item/detail-list-item.vue
+++ b/components/detail-list-item/detail-list-item.vue
@@ -1,37 +1,47 @@
-
-
-
- {{ item.shang_info ? item.shang_info.title : "" }}
+
+
+
+
+
+ {{ item.shang_info ? item.shang_info.title : "" }}
+
+ {{ item.surplus_stock }}/{{ item.stock }}
+
+ 预售
+ x{{
+ item.doubling }}
+
+
+ 售罄
+
- {{ item.surplus_stock }}/{{ item.stock }}
-
- 预售
-
-
- 售罄
+
+
+
+
+
+
+ {{ item.title }}
+
+
+ {{ item.pro }}
+
+
+ 售价:¥{{ item.sc_money }}
+
-
-
-
- {{ item.title }}
-
-
- {{ item.pro }}
-
-
- 售价:¥{{ item.sc_money }}
-
-
+
\ No newline at end of file