From 5ea54cf402b20af8f156f5d8909a97b165f6d71c Mon Sep 17 00:00:00 2001 From: LegnaYet <1023868505@qq.com> Date: Tue, 26 May 2020 15:23:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=97=B6=E9=97=B4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseStoreManager.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/shop/IncreaseStoreManager.vue b/src/pages/shop/IncreaseStoreManager.vue index cd2c6c1..7759439 100644 --- a/src/pages/shop/IncreaseStoreManager.vue +++ b/src/pages/shop/IncreaseStoreManager.vue @@ -536,10 +536,14 @@ value.storeId = '' }, downloadStoreCode() { + this.loading = true; http.downloadStoreCode({}, null); + this.loading = false; }, downloadStoreSellerCode() { + this.loading = true; http.downloadStoreSellerCode({}, null); + this.loading = false; }, updateSuccess(response) { if (response.code === "0000") {