From 8a18bc7fe97fbcb2d4f88cf73a9eb3e0b7c86ad1 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Thu, 24 Feb 2022 17:53:20 +0800 Subject: [PATCH] 修改整体颜色 --- src/views/parkPay/parkRecord.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/parkPay/parkRecord.vue b/src/views/parkPay/parkRecord.vue index 6e63caf..1be99d1 100644 --- a/src/views/parkPay/parkRecord.vue +++ b/src/views/parkPay/parkRecord.vue @@ -145,10 +145,10 @@ export default { } }, mounted(){ - this.$Indicator.open({ - text:'加载中...', - spinnerType: 'fading-circle', - }) + // this.$Indicator.open({ + // text:'加载中...', + // spinnerType: 'fading-circle', + // }) }, created() { -- libgit2 0.21.4