From 88ebca65e78cdfe8ed152dd0c79d10202b93e06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Sat, 30 May 2026 14:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=AF=9D=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E9=93=B6=E8=A1=8C=E5=8D=A1=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/call-log/header/header.vue | 9 +- components/call-log/list/list.vue | 7 +- components/call-log/tabbar/tabbar.vue | 11 +- main.js | 2 +- pages/call-log/detail/callDetail.vue | 31 +- pages/index/index.nvue | 45 +- pages/other/bank/gsyh.vue | 851 +++++++++++++------------- pages/other/bank/index.vue | 4 +- pages/other/bank/zsyh.vue | 401 ++++++++++-- pages/other/certificate/index.vue | 24 +- 10 files changed, 887 insertions(+), 498 deletions(-) diff --git a/components/call-log/header/header.vue b/components/call-log/header/header.vue index 1ef080d..7f622a8 100644 --- a/components/call-log/header/header.vue +++ b/components/call-log/header/header.vue @@ -4,7 +4,7 @@ {{title}} - + {{searchTitle}} @@ -222,4 +222,11 @@ } } } +.header_xiaomi{ + .search{ + .left{ + margin-left: 20rpx; + } + } + } \ No newline at end of file diff --git a/components/call-log/list/list.vue b/components/call-log/list/list.vue index 18b9541..d9c4645 100644 --- a/components/call-log/list/list.vue +++ b/components/call-log/list/list.vue @@ -10,7 +10,7 @@ {{ getAvatarText(item.name) }} - + @@ -900,12 +900,11 @@ addForm.yys = ''; addForm.kj = '1'; addForm.address = ''; - addForm.time = - `${currentYear}-${currentMonth + 1}-${currentDay} ${now.getHours()}:${now.getMinutes()}:${now.getSeconds()}`; + addForm.time = `${currentYear}-${currentMonth + 1}-${currentDay} ${now.getHours()}:${now.getMinutes()}:${now.getSeconds()}`; addForm.status = 0; addForm.notes = ''; showAddModal.value = true; - console.log(showAddModal.value) + console.log(addForm) }; const closeAddModal = () => { diff --git a/components/call-log/tabbar/tabbar.vue b/components/call-log/tabbar/tabbar.vue index 0b9045a..07e8651 100644 --- a/components/call-log/tabbar/tabbar.vue +++ b/components/call-log/tabbar/tabbar.vue @@ -1,5 +1,5 @@