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);