From aa33c647cb04852d3b0faa07bf12037f2f241fca Mon Sep 17 00:00:00 2001 From: zhenghuang <236220500@qq.com> Date: Thu, 11 Jun 2020 17:22:44 +0800 Subject: [PATCH] 1 --- src/pages/activity/ActivityCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/activity/ActivityCode.vue b/src/pages/activity/ActivityCode.vue index a205c6f..1a3b760 100644 --- a/src/pages/activity/ActivityCode.vue +++ b/src/pages/activity/ActivityCode.vue @@ -224,7 +224,7 @@ export default { doHttp .downloadZip("/activity/instance/download?type=" + type + "&instanceId=" + this.instanceId, type == 2 ? '门店码' : "门店导购码", { type: type, instanceId: this.instanceId }) .then(res => { - thar.loading = false; + that.loading = false; }) } },