From 8b5cf11e0bc3ee36632d0eee15ce9a3225ec871b Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期五, 28 十月 2022 17:51:27 +0800 Subject: [PATCH] 新增有效期限 --- src/views/login/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 0edadb1..0f5a7ad 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -126,7 +126,7 @@ t.dialogTip = false }, toPay(){ - t.dialogTip = false + this.dialogTip = false this.dialogPay = true }, isLogin(){ -- Gitblit v1.9.2