diff --git a/components/WaterfallsFlowItem/WaterfallsFlowItem.vue b/components/WaterfallsFlowItem/WaterfallsFlowItem.vue
index 131e377..1ac30be 100644
--- a/components/WaterfallsFlowItem/WaterfallsFlowItem.vue
+++ b/components/WaterfallsFlowItem/WaterfallsFlowItem.vue
@@ -20,7 +20,7 @@
{{item.merchant.type_name}}
自营
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
+
包邮
@@ -46,7 +46,7 @@
{{item.merchant.type_name}}
自营
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
+
包邮
{{item.rate}}评分 {{item.reply_count}}条评论
diff --git a/components/goodList/index.vue b/components/goodList/index.vue
index 03d4dd8..2951ca9 100644
--- a/components/goodList/index.vue
+++ b/components/goodList/index.vue
@@ -16,7 +16,7 @@
{{item.merchant.type_name}}
自营
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券购买更优惠
+
¥{{item.price}}
diff --git a/pages/activity/liveBroadcast/index.vue b/pages/activity/liveBroadcast/index.vue
index 6028c85..ebfb12c 100644
--- a/pages/activity/liveBroadcast/index.vue
+++ b/pages/activity/liveBroadcast/index.vue
@@ -60,6 +60,7 @@
import home from '@/components/home/index.vue'
import { HTTP_REQUEST_URL } from '@/config/app';
import spread from "../../../libs/spread";
+ import { mapGetters } from 'vuex';
export default {
components: {
home
diff --git a/pages/admin/storeDiy/index.vue b/pages/admin/storeDiy/index.vue
index 9f3cc4a..9aa033b 100644
--- a/pages/admin/storeDiy/index.vue
+++ b/pages/admin/storeDiy/index.vue
@@ -63,9 +63,9 @@
活动
-
- 领券
-
+
+
+
@@ -150,9 +150,9 @@
活动
-
- 领券
-
+
+
+
diff --git a/pages/columnGoods/goods_coupon_list/index.vue b/pages/columnGoods/goods_coupon_list/index.vue
index 52a5c58..3ba2248 100644
--- a/pages/columnGoods/goods_coupon_list/index.vue
+++ b/pages/columnGoods/goods_coupon_list/index.vue
@@ -69,7 +69,7 @@
{{item.merchant.type_name}}
自营
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
+
包邮
{{item.rate}}评分 {{item.reply_count}}条评论
diff --git a/pages/columnGoods/goods_list/index.vue b/pages/columnGoods/goods_list/index.vue
index 0f46316..c6627bf 100644
--- a/pages/columnGoods/goods_list/index.vue
+++ b/pages/columnGoods/goods_list/index.vue
@@ -54,7 +54,7 @@
{{item.merchant.type_name}}
自营
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
+
包邮
{{item.rate}}评分 {{item.reply_count}}条评论
diff --git a/pages/columnGoods/goods_search_con/index.vue b/pages/columnGoods/goods_search_con/index.vue
index 61a34c9..8cad8f1 100644
--- a/pages/columnGoods/goods_search_con/index.vue
+++ b/pages/columnGoods/goods_search_con/index.vue
@@ -88,9 +88,8 @@
{{item.merchant.type_name}}
自营
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
+
包邮
-
{{item.rate}}评分 {{item.reply_count}}条评论
diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue
index 826ce66..e79dbe5 100644
--- a/pages/goods_details/index.vue
+++ b/pages/goods_details/index.vue
@@ -102,13 +102,13 @@
-
+
{{attrTxt}}:
diff --git a/pages/index/component/goodList.vue b/pages/index/component/goodList.vue
index 96ee948..b97b7d6 100644
--- a/pages/index/component/goodList.vue
+++ b/pages/index/component/goodList.vue
@@ -15,7 +15,7 @@
{{ item.store_name }}
{{item.merchant.type_name}}
- 领券
+
包邮
diff --git a/pages/index/index.vue b/pages/index/index.vue
index bd07924..16c9743 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -149,7 +149,7 @@
{{ item.product_type == 1 ? '秒杀' : item.product_type == 2 ? '预售' : item.product_type == 3 ? '助力' : item.product_type == 4 ? '拼团' : '' }}
- 领券
+
包邮
diff --git a/pages/small_page/index.vue b/pages/small_page/index.vue
index 9620438..4cf1164 100644
--- a/pages/small_page/index.vue
+++ b/pages/small_page/index.vue
@@ -135,7 +135,7 @@
{{ item.product_type == 1 ? '秒杀' : item.product_type == 2 ? '预售' : item.product_type == 3 ? '助力' : item.product_type == 4 ? '拼团' : '' }}
- 领券
+
包邮
diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue
index 6bfc20d..8426894 100644
--- a/pages/store/home/index.vue
+++ b/pages/store/home/index.vue
@@ -64,9 +64,9 @@
活动
-
- 领券
-
+
+
+
@@ -152,9 +152,9 @@
活动
-
- 领券
-
+
+
+
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
+
包邮
{{ item.rate }}评分 {{ item.reply_count }}条评论
@@ -307,7 +307,7 @@
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
+
包邮
{{ item.rate }}评分 {{ item.reply_count }}条评论
diff --git a/pages/store/list/index.vue b/pages/store/list/index.vue
index ef57224..cf6a58a 100644
--- a/pages/store/list/index.vue
+++ b/pages/store/list/index.vue
@@ -59,7 +59,7 @@
{{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
+
包邮
{{item.rate}}评分 {{item.reply_count}}条评论
diff --git a/pages/user/index.vue b/pages/user/index.vue
index e2967bf..ab893d7 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -72,10 +72,10 @@
{{userInfo.total_visit_product || 0}}
浏览记录
-
- {{userInfo.total_coupon || 0}}
- 优惠券
-
+
+
+
+
diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue
index 8cbf8a0..eebc2d0 100644
--- a/pages/users/order_confirm/index.vue
+++ b/pages/users/order_confirm/index.vue
@@ -152,8 +152,7 @@
免运费
-
+
开具发票
@@ -368,8 +367,7 @@
-->
-
+
运费:
+¥{{priceGroup.storePostage}}