From 20789ae7c8e4389e7fdb5924761594d2f68cc04b Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Mon, 30 Oct 2023 13:30:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=85=E7=94=B5=E6=A1=A9?=
=?UTF-8?q?=E8=87=AA=E7=99=BB=E9=99=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/machine/machineToCharge.vue | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pages/machine/machineToCharge.vue b/pages/machine/machineToCharge.vue
index d62e8b5..87f63cf 100644
--- a/pages/machine/machineToCharge.vue
+++ b/pages/machine/machineToCharge.vue
@@ -39,10 +39,10 @@
{{couponCount+ '张' }}
-
+
-
+
@@ -113,11 +113,12 @@
autoLogin(options);
this.machineId = options.machineId;
this.communityId = options.communityId;
- this.login= context.checkLoginStatus();
+
this._loadChargeMachines();
this._loadChargeMachinePorts();
let _that = this;
setTimeout(function(){
+ _that.login= context.checkLoginStatus();
_that.$refs.accRef.loadOwnerAccount(_that.communityId);
_that.$refs.chargeRef.loadChargeMonthOrder(_that.communityId);
},1000);