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()
+ }
}
}