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 3ec0b9af..2d2aec3c 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -92,7 +92,7 @@ {{item.groupName}} - +
{{param.paramName}}{{param.paramValue}}{{param.paramName}}{{param.paramValue}}
@@ -222,7 +222,7 @@ export default { }); window.addEventListener('scroll', this.handleScroll) this.getList(); - }, + } }; @@ -491,16 +491,15 @@ export default { table{ border-color:#efefef; color: #999; - width: 40%; - margin-left: 10px; - margin-bottom: 10px; + min-width: 30%; + margin-left: 30px; font-size: 12px; tr{ td:nth-child(1){ - width: 70px; + width: 100px; } td:nth-child(2){ - padding-left: 10px; + padding-left: 20px; } } td{ @@ -509,7 +508,6 @@ table{ } .goods-params { display: flex; - align-items: center; border-bottom: 1px solid #eee; margin-left: 30px; span{color:#999} diff --git a/buyer/src/config/index.js b/buyer/src/config/index.js index ded4aee2..f6d6212c 100644 --- a/buyer/src/config/index.js +++ b/buyer/src/config/index.js @@ -17,15 +17,15 @@ export default { * @description api请求基础路径 */ api_dev: { - common: 'http://192.168.0.105:8890', - buyer: 'http://192.168.0.105:8888', - seller: 'http://192.168.0.105:8889', - manager: 'http://192.168.0.105:8887' + // common: 'http://192.168.0.106:8890', + // buyer: 'http://192.168.0.106:8888', + // seller: 'http://192.168.0.106:8889', + // manager: 'http://192.168.0.106:8887' - // common: 'https://common-api.pickmall.cn', - // buyer: 'https://buyer-api.pickmall.cn', - // seller: 'https://store-api.pickmall.cn', - // manager: 'https://admin-api.pickmall.cn' + common: 'https://common-api.pickmall.cn', + buyer: 'https://buyer-api.pickmall.cn', + seller: 'https://store-api.pickmall.cn', + manager: 'https://admin-api.pickmall.cn' }, api_prod: { common: 'https://common-api.pickmall.cn', diff --git a/buyer/src/pages/home/orderCenter/OrderDetail.vue b/buyer/src/pages/home/orderCenter/OrderDetail.vue index 5baf7772..08ddc03a 100644 --- a/buyer/src/pages/home/orderCenter/OrderDetail.vue +++ b/buyer/src/pages/home/orderCenter/OrderDetail.vue @@ -46,9 +46,7 @@ 商品 - 货号 - 单价 数量 小计 @@ -82,10 +80,11 @@
运费:+{{ order.order.freightPrice | unitPrice("¥") }}
-
优惠金额:-{{ order.order.discountPrice | unitPrice("¥") }}
+
优惠券:-{{ order.order.priceDetailDTO.couponPrice || 0 | unitPrice("¥") }}
+
活动优惠:-{{ order.order.discountPrice | unitPrice("¥") }}
- 应付金额:{{ order.order.flowPrice | unitPrice("¥") }} + 应付金额: + {{ order.order.flowPrice | unitPrice("¥") }}
@@ -121,7 +120,7 @@ export default { }); window.open(routeUrl.href, '_blank'); }, - getDetail () { // 订单详情 + getDetail () { // 获取订单详情 orderDetail(this.$route.query.sn).then(res => { if (res.success) { this.order = res.result; diff --git a/manager/src/config/index.js b/manager/src/config/index.js index 8b6b162f..a4a19129 100644 --- a/manager/src/config/index.js +++ b/manager/src/config/index.js @@ -17,14 +17,14 @@ export default { * @description api请求基础路径 */ api_dev: { - // common: "https://common-api.pickmall.cn", - // buyer: "https://buyer-api.pickmall.cn", - // seller: "https://store-api.pickmall.cn", - // manager: "https://admin-api.pickmall.cn" - common: 'http://192.168.0.109:8890', - buyer: 'http://192.168.0.109:8888', - seller: 'http://192.168.0.109:8889', - manager: 'http://192.168.0.109:8887' + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", + seller: "https://store-api.pickmall.cn", + manager: "https://admin-api.pickmall.cn" + // common: 'http://192.168.0.106:8890', + // buyer: 'http://192.168.0.106:8888', + // seller: 'http://192.168.0.106:8889', + // manager: 'http://192.168.0.106:8887' }, api_prod: { common: "https://common-api.pickmall.cn", diff --git a/manager/src/views/main-components/shrinkable-menu/shrinkable-menu.vue b/manager/src/views/main-components/shrinkable-menu/shrinkable-menu.vue index aabb380e..dbe7e4ec 100644 --- a/manager/src/views/main-components/shrinkable-menu/shrinkable-menu.vue +++ b/manager/src/views/main-components/shrinkable-menu/shrinkable-menu.vue @@ -1,5 +1,3 @@ - -