diff --git a/src/views/canteen/accountCenter/account/wallet/index.vue b/src/views/canteen/accountCenter/account/wallet/index.vue index 8b7bd220..2cf03388 100644 --- a/src/views/canteen/accountCenter/account/wallet/index.vue +++ b/src/views/canteen/accountCenter/account/wallet/index.vue @@ -529,7 +529,7 @@ } rechargeAccWalletApi(param).then(response => { this.$modal.msgSuccess("操作成功"); - this.openRecharge = false; + this.open = false; this.getList(); }); }).catch(() => {}); @@ -541,7 +541,7 @@ } rechargeAccWalletApi(param).then(response => { this.$modal.msgSuccess("操作成功"); - this.openRecharge = false; + this.open = false; this.getList(); }); }).catch(() => {});