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) { + // 网络请求 绑定 + }, } }