From ae323b6ea6246042b644877304dd1e2c9fb7e1bb Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Tue, 21 Nov 2023 15:29:51 +0800 Subject: [PATCH] 111 --- pages/card/card.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/card/card.vue b/pages/card/card.vue index 16e02fe..5ea76b4 100644 --- a/pages/card/card.vue +++ b/pages/card/card.vue @@ -16,7 +16,7 @@ {{item.state}} - 绑定新卡 @@ -77,6 +77,9 @@ dialogInputConfirm(val) { // 网络请求 绑定 }, + bind() { + this.$refs.inputDialog.open() + } } }