From 6a841773ba038773c0dffa11ae34e87315ae6aea Mon Sep 17 00:00:00 2001 From: hupeng Date: Sat, 14 Mar 2020 12:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=8A=B6=E6=80=81=E6=A0=8F=E5=B1=95=E7=A4=BA,?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E7=AD=89=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SvgIcon/index.vue | 2 +- src/views/activity/bargain/index.vue | 10 ++- src/views/activity/combination/index.vue | 7 ++ src/views/activity/combinlist/index.vue | 7 ++ src/views/activity/couponissue/index.vue | 7 ++ src/views/activity/extract/index.vue | 7 ++ src/views/activity/seckill/index.vue | 7 ++ src/views/activity/storecouponuser/index.vue | 7 ++ src/views/monitor/log/mlog.vue | 9 +++ src/views/shop/goods/index.vue | 7 ++ src/views/shop/goods/index2.vue | 7 ++ src/views/shop/goods/index3.vue | 7 ++ src/views/shop/order/index.vue | 52 ++++++++++++--- src/views/shop/order/indext.vue | 50 +++++++++++--- src/views/shop/reply/index.vue | 7 ++ src/views/shop/user/aindex.vue | 7 ++ src/views/shop/user/bill.vue | 9 +++ src/views/shop/user/index.vue | 7 ++ src/views/wechat/menu/index.vue | 68 ++++---------------- src/views/wechat/reply/index.vue | 51 +-------------- 20 files changed, 212 insertions(+), 123 deletions(-) diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index 9a3318e..e254567 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -14,7 +14,7 @@ export default { props: { iconClass: { type: String, - required: true + required: false }, className: { type: String, diff --git a/src/views/activity/bargain/index.vue b/src/views/activity/bargain/index.vue index 1b6d457..68a035d 100644 --- a/src/views/activity/bargain/index.vue +++ b/src/views/activity/bargain/index.vue @@ -1,7 +1,15 @@