From cdba5b6beff6b1f5269be8606d8dbaef98596a53 Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Tue, 21 Nov 2023 15:18:24 +0800 Subject: [PATCH] 111 --- pages/card/card.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pages/card/card.vue b/pages/card/card.vue index decf33b..1f08dbd 100644 --- a/pages/card/card.vue +++ b/pages/card/card.vue @@ -20,6 +20,10 @@ style="bottom: 0;z-index: 1;position: fixed;background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;"> 绑定新卡 + + + @@ -27,6 +31,9 @@ export default { data() { return { + page: { + remarks: '' + }, data: [{ showBtn: true, time: "2023.10.20-2025.10.20", @@ -67,7 +74,9 @@ } }, methods: { - + dialogInputConfirm(val) { + // 网络请求 绑定 + }, } }