diff --git a/pageB/sdetails/index.vue b/pageB/sdetails/index.vue
index 3e9a71b..fb20226 100644
--- a/pageB/sdetails/index.vue
+++ b/pageB/sdetails/index.vue
@@ -23,10 +23,13 @@
{{ goodsInfo.goods_name }}
-
+
¥{{ goodsInfo.pintuan_price || '0.00' }}
¥{{ goodsInfo.goods_price || '0.00' }}
+
+ ¥{{ goodsInfo.goods_price || '0.00' }}
+
diff --git a/pageC/groupBuy/index.vue b/pageC/groupBuy/index.vue
index 9b3ad21..16e4279 100644
--- a/pageC/groupBuy/index.vue
+++ b/pageC/groupBuy/index.vue
@@ -10,8 +10,8 @@
-
-
+
+
@@ -22,7 +22,7 @@ import SpecialGoods from "../../components/shop/special-shop/index";
export default {
data() {
return {
- pageSize: 12,
+ pageSize: 6,
tabList: [],
current: -1,
swiperCurrent: 0,