diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue
index def431b..2c98f64 100644
--- a/pages/shop/GoodsList/index.vue
+++ b/pages/shop/GoodsList/index.vue
@@ -51,32 +51,34 @@
-
+
-
-
-
-
-
- {{ item.storeName }}
-
-
-
- ¥
- {{ force2Decimal(item.vipPrice) }}
- {{ force2Decimal(item.price) }}
+
+
+
+
+
+
+ {{ item.storeName }}
+
+
+
+ ¥
+ {{ force2Decimal(item.vipPrice) }}
+ {{ force2Decimal(item.price) }}
+
+ ¥{{ force2Decimal(item.otPrice) }}
- ¥{{ force2Decimal(item.otPrice) }}
+ 已售{{ item.sales }}件
- 已售{{ item.sales }}件
@@ -87,47 +89,49 @@
nomore-text="到底了"
/>
-
+
-
-
-
-
-
- {{ item.name }}
-
-
-
- {{ item.typeName }}
+
+
+
+
+
+
+ {{ item.name }}
-
-
-
-
- {{ item.tips || ' ' }}
+
+
+ {{ item.typeName }}
+
+
+
+
+
+ {{ item.tips || ' ' }}
+
+ 进店
- 进店
-
-
-
-
-
- ¥
- {{ force2Decimal(good.productPrice) }}
+
+
+
+
+ ¥
+ {{ force2Decimal(good.productPrice) }}
+