From 05d35c3974d692ce0d158d4608759c153dd55ed8 Mon Sep 17 00:00:00 2001 From: mabo Date: Fri, 21 May 2021 17:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=9Bbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/build/webpack.base.conf.js | 8 ++ buyer/src/components/coupon/Coupon.vue | 2 +- buyer/src/components/drawer/Drawer.vue | 2 +- .../goodsDetail/ShowGoodsDetail.vue | 4 +- buyer/src/components/header/Header.vue | 28 +++---- buyer/src/components/nav/GoodsClassNav.vue | 38 +++++----- buyer/src/pages/Cart.vue | 2 +- buyer/src/pages/couponCenter.vue | 2 +- buyer/src/pages/payment/Pay.vue | 2 +- manager/src/config/index.js | 8 +- .../views/lili-dialog/template/marketing.vue | 2 +- manager/src/views/promotion/coupon/coupon.vue | 2 - .../src/views/promotion/coupon/couponInfo.vue | 2 +- .../views/promotion/coupon/couponPublish.vue | 66 +++++------------ .../promotion/pointsGoods/editPointsGoods.vue | 2 +- manager/src/views/statistics/goods.vue | 2 +- .../views/goods/goods-seller/draftGoods.vue | 7 +- seller/src/views/home/home.vue | 2 +- seller/src/views/main-components/header.vue | 1 - .../after-order/orderComplaintDetail.vue | 4 +- .../views/promotion/coupon/couponPublish.vue | 74 ++++--------------- .../views/promotion/pintuan/newPintuan.vue | 71 ++++-------------- .../views/promotion/pintuan/pintuanGoods.vue | 26 ++----- seller/src/views/shop/ship/shipTemplate.vue | 4 +- seller/src/views/statistics/order.vue | 6 +- .../statistics/order/orderStatistics.vue | 2 +- 26 files changed, 120 insertions(+), 249 deletions(-) diff --git a/buyer/build/webpack.base.conf.js b/buyer/build/webpack.base.conf.js index 1642bb12..11e004fc 100644 --- a/buyer/build/webpack.base.conf.js +++ b/buyer/build/webpack.base.conf.js @@ -85,6 +85,14 @@ module.exports = { limit: 10000, name: utils.assetsPath('fonts/[name].[hash:7].[ext]') } + }, + { + test: /\.(cur)(\?.*)?$/, + loader: 'url-loader', + options: { + limit: 10000, + name: utils.assetsPath('cur/[name].[hash:7].[ext]') + } } ] }, diff --git a/buyer/src/components/coupon/Coupon.vue b/buyer/src/components/coupon/Coupon.vue index a54e8ead..bad97edc 100644 --- a/buyer/src/components/coupon/Coupon.vue +++ b/buyer/src/components/coupon/Coupon.vue @@ -6,7 +6,7 @@
{{item.price | unitPrice}} - {{item.discount}} + {{item.couponDiscount}} 满{{item.consumeThreshold}}元可用

使用范围:{{useScope(item.scopeType, item.storeName)}}

diff --git a/buyer/src/components/drawer/Drawer.vue b/buyer/src/components/drawer/Drawer.vue index d9c3e9b8..54db455f 100644 --- a/buyer/src/components/drawer/Drawer.vue +++ b/buyer/src/components/drawer/Drawer.vue @@ -38,7 +38,7 @@
{{coupon.price | unitPrice}} - {{coupon.discount}} + {{coupon.couponDiscount}} 满{{coupon.consumeThreshold}}元可用

使用范围:{{useScope(coupon.scopeType, coupon.storeName)}}

diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index 99c878ae..30513434 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -56,8 +56,8 @@

{{item.content}}

-
-
+
diff --git a/buyer/src/components/header/Header.vue b/buyer/src/components/header/Header.vue index 79ef6eb0..0c621781 100644 --- a/buyer/src/components/header/Header.vue +++ b/buyer/src/components/header/Header.vue @@ -53,16 +53,19 @@
  • 我的订单
  • 我的足迹
  • -
  • +
  • {{cartNum < 100 ? cartNum : '99'}} - - - 购物车 + + + + 购物车 + + @@ -115,7 +118,7 @@