From 705bcf07d0d5dc73a432f839b134a3262d0d5b29 Mon Sep 17 00:00:00 2001 From: zhenghuang <236220500@qq.com> Date: Thu, 11 Jun 2020 17:17:41 +0800 Subject: [PATCH] 1 --- src/pages/activity/ActivityCode.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/activity/ActivityCode.vue b/src/pages/activity/ActivityCode.vue index b2bd47b..a205c6f 100644 --- a/src/pages/activity/ActivityCode.vue +++ b/src/pages/activity/ActivityCode.vue @@ -222,9 +222,9 @@ export default { this.loading = true; let that = this; doHttp - .downloadZip("/activity/instance/download", type == 2 ? '门店码' : "门店导购码", { type: type, instanceId: this.instanceId }) + .downloadZip("/activity/instance/download?type=" + type + "&instanceId=" + this.instanceId, type == 2 ? '门店码' : "门店导购码", { type: type, instanceId: this.instanceId }) .then(res => { - console.log("下载", res) + thar.loading = false; }) } },