From 5c9bdcd0f3382a6a4532dfab091213c685bdfa93 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Sat, 18 Jul 2020 17:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/video-item/index.vue | 2 +- components/mine/address-active/index.vue | 6 +- components/mine/coupon/index.vue | 29 ++--- components/mine/coupon/mine.vue | 153 +++++++++++++++++++++++ components/shop/youhq/index.vue | 22 ++-- pageC/cart/ConfirmOrder.vue | 71 ++++++++++- pageE/tool/ManicureOrder.vue | 4 +- pageE/tool/MineCoupon.vue | 16 ++- pageE/tool/MineHistory.vue | 106 +--------------- pages/shop/index.vue | 6 +- 10 files changed, 271 insertions(+), 144 deletions(-) create mode 100644 components/mine/coupon/mine.vue diff --git a/components/index/video-item/index.vue b/components/index/video-item/index.vue index 55e315e..f43ef2b 100644 --- a/components/index/video-item/index.vue +++ b/components/index/video-item/index.vue @@ -221,7 +221,7 @@ export default { article_id: this.item.article_id, member_id: this.item.member_id, }).then(res => { - console.log(res) + // console.log(res) if(res.errCode == 0) { this.$emit("getArticlelist"); } diff --git a/components/mine/address-active/index.vue b/components/mine/address-active/index.vue index bcd9000..05e7d36 100644 --- a/components/mine/address-active/index.vue +++ b/components/mine/address-active/index.vue @@ -25,14 +25,14 @@ 保存地址 - + @@ -58,7 +58,7 @@ export default { this.getAreaData(); }, created() { - console.log(typeof this.info); + // console.log(this.info); this.initAddressInfo(); }, methods: { diff --git a/components/mine/coupon/index.vue b/components/mine/coupon/index.vue index 01f2aa5..67bbb89 100644 --- a/components/mine/coupon/index.vue +++ b/components/mine/coupon/index.vue @@ -1,7 +1,7 @@