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") {