From d87023be3fc7670cd811818d365126b1ee2323dc Mon Sep 17 00:00:00 2001
From: liyuetong
Date: Mon, 15 Nov 2021 11:47:32 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=87=91=E6=8E=8C=E6=A1=822022?=
=?UTF-8?q?=E5=B9=B4=E5=BC=80=E9=97=A8=E7=BA=A2=E9=9C=80=E6=B1=82=E3=80=91?=
=?UTF-8?q?=E5=A4=A7=E5=8D=95=E6=A6=9C=E9=A2=84=E8=A7=88=E5=9B=BE=E7=89=87?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD=E8=B0=83=E6=95=B4=EF=BC=8C=E5=88=86=E4=BA=AB?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=B8=8B=E8=BD=BD=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/ebiz/poster/poster.js | 8 ++
.../congratulation/CongratulationList.vue | 107 ++++++++++++++----
2 files changed, 91 insertions(+), 24 deletions(-)
diff --git a/src/api/ebiz/poster/poster.js b/src/api/ebiz/poster/poster.js
index 6816c2722..6b52ee0d0 100644
--- a/src/api/ebiz/poster/poster.js
+++ b/src/api/ebiz/poster/poster.js
@@ -54,3 +54,11 @@ export function shareUrlWithQR(data) {
data
})
}
+// 开门红大单榜海报接口
+export function queryBigPosters(data) {
+ return request({
+ url: getUrl('/sale/makePosters/queryBigPosters', 1),
+ method: 'post',
+ data
+ })
+}
diff --git a/src/views/ebiz/congratulation/CongratulationList.vue b/src/views/ebiz/congratulation/CongratulationList.vue
index ff725cfe4..7e6cdf516 100644
--- a/src/views/ebiz/congratulation/CongratulationList.vue
+++ b/src/views/ebiz/congratulation/CongratulationList.vue
@@ -2,13 +2,18 @@

@@ -19,8 +24,11 @@