diff --git a/buyer/src/components/footer/Footer.vue b/buyer/src/components/footer/Footer.vue index 12116fa1..ff1459bb 100644 --- a/buyer/src/components/footer/Footer.vue +++ b/buyer/src/components/footer/Footer.vue @@ -40,7 +40,7 @@
@@ -58,7 +58,8 @@ export default { [ '支付方式', '货到付款', '在线支付', '分期付款', '邮局汇款', '公司转账' ], [ '售后服务', '售后政策', '价格保护', '退款说明', '返修/退换货', '取消订单' ] ], - moreLink: ['关于我们', '联系我们', '联系客服', '商家帮助', '隐私政策'] // 更多链接 + moreLink: ['关于我们', '联系我们', '联系客服', '商家帮助', '隐私政策'], // 更多链接 + year: new Date().getFullYear() // 当前年份 }; }, methods: { diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue index 4419ac19..35ec9fe7 100644 --- a/buyer/src/components/goodsDetail/ShowGoods.vue +++ b/buyer/src/components/goodsDetail/ShowGoods.vue @@ -29,6 +29,9 @@ {{ skuDetail.goodsName }}

+
+ {{skuDetail.sellingPoint}} +
@@ -655,5 +658,10 @@ export default { } } } +.sell-point { + font-size: 12px; + color: red; + margin-bottom: 5px; +} /******************商品图片及购买详情结束******************/ diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index ab2ca565..2d2aec3c 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -90,9 +90,9 @@