From d68b366aeddf2f483e016e1c4790233f45686fca Mon Sep 17 00:00:00 2001 From: Sigo Date: Tue, 30 Aug 2022 14:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/discount-coupon/issue/components/template.vue | 2 +- src/pages/discount-coupon/management/index.vue | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/discount-coupon/issue/components/template.vue b/src/pages/discount-coupon/issue/components/template.vue index dad8fc6..91a8c23 100644 --- a/src/pages/discount-coupon/issue/components/template.vue +++ b/src/pages/discount-coupon/issue/components/template.vue @@ -74,7 +74,7 @@
-
需要先领取优惠券后再分享,这样其他扔领取了您分享的优惠券并消费后才会获得分润,否则无法获得分润
+
需要先领取优惠券后再分享,这样其他人领取了您分享的优惠券并消费后才会获得分润,否则无法获得分润
diff --git a/src/pages/discount-coupon/management/index.vue b/src/pages/discount-coupon/management/index.vue index f5b324d..d31d1a7 100644 --- a/src/pages/discount-coupon/management/index.vue +++ b/src/pages/discount-coupon/management/index.vue @@ -85,7 +85,7 @@ @@ -174,6 +174,13 @@ export default { let { code, pageInfo } = await getList(this.queryForm); this.listLoading = false; if (code == "000000") { + pageInfo.list.forEach(function (item) { + item.forEach(function (items) { + if (items.docType == 'platform_coupon_huizhi') { + item.imgPath = partten.imagePath + items.filePath + '/' + items.fileName + } + }); + }); this.list = Array.from(pageInfo.list); this.total = pageInfo.total; this.queryForm.pageNum = pageInfo.pageNum;