From 6095979884df38304de03ba96a8d9c12b368bcf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Tue, 10 Mar 2026 16:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E8=A3=85=E9=80=9A=E8=AF=9D=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/call-log/header/header.vue | 137 ++++ components/call-log/list/list.vue | 809 ++++++++++++++++---- components/call-log/nav-bar/nav-bar.vue | 158 ++++ components/call-log/tabbar/tabbar.vue | 144 ++++ pages/call-log/call.vue | 70 +- static/image/call/huaweiKJ1.png | Bin 0 -> 381 bytes static/image/call/huaweiKJ2.png | Bin 0 -> 583 bytes static/image/call/huaweiRightIcon.png | Bin 0 -> 1413 bytes static/image/call/huaweiStatusIcon1.png | Bin 0 -> 949 bytes static/image/call/huaweiStatusIcon2.png | Bin 0 -> 982 bytes static/image/call/iosSearchLeft.png | Bin 0 -> 1023 bytes static/image/call/iosSearchRight.png | Bin 0 -> 839 bytes static/image/call/iosTabbarImg1.png | Bin 0 -> 1437 bytes static/image/call/iosTabbarImg2.png | Bin 0 -> 1195 bytes static/image/call/iosTabbarImg3.png | Bin 0 -> 1979 bytes static/image/call/iosTabbarImg4.png | Bin 0 -> 852 bytes static/image/call/iosTabbarImg5.png | Bin 0 -> 1468 bytes static/image/call/oppoNavRightImg.png | Bin 0 -> 468 bytes static/image/call/oppoNavRightImg2.png | Bin 0 -> 1255 bytes static/image/call/oppoTabbarImg1.png | Bin 0 -> 1160 bytes static/image/call/oppoTabbarImg2.png | Bin 0 -> 1116 bytes static/image/call/oppoTabbarImg3.png | Bin 0 -> 1641 bytes static/image/call/vivoRightIcon.png | Bin 0 -> 1026 bytes static/image/call/vivoStatusIcon1.png | Bin 0 -> 898 bytes static/image/call/vivoStatusIcon2.png | Bin 0 -> 796 bytes static/image/call/xiaomiHeaderSelectImg.png | Bin 0 -> 418 bytes static/image/call/xiaomiNavRightImg.png | Bin 0 -> 1617 bytes static/image/call/xiaomiSearchLeft.png | Bin 0 -> 967 bytes static/image/call/xiaomiTabbarImg1.png | Bin 0 -> 1129 bytes static/image/call/xiaomiTabbarImg2.png | Bin 0 -> 873 bytes static/image/call/xiaomiTabbarImg3.png | Bin 0 -> 1366 bytes 31 files changed, 1140 insertions(+), 178 deletions(-) create mode 100644 components/call-log/header/header.vue create mode 100644 components/call-log/nav-bar/nav-bar.vue create mode 100644 components/call-log/tabbar/tabbar.vue create mode 100644 static/image/call/huaweiKJ1.png create mode 100644 static/image/call/huaweiKJ2.png create mode 100644 static/image/call/huaweiRightIcon.png create mode 100644 static/image/call/huaweiStatusIcon1.png create mode 100644 static/image/call/huaweiStatusIcon2.png create mode 100644 static/image/call/iosSearchLeft.png create mode 100644 static/image/call/iosSearchRight.png create mode 100644 static/image/call/iosTabbarImg1.png create mode 100644 static/image/call/iosTabbarImg2.png create mode 100644 static/image/call/iosTabbarImg3.png create mode 100644 static/image/call/iosTabbarImg4.png create mode 100644 static/image/call/iosTabbarImg5.png create mode 100644 static/image/call/oppoNavRightImg.png create mode 100644 static/image/call/oppoNavRightImg2.png create mode 100644 static/image/call/oppoTabbarImg1.png create mode 100644 static/image/call/oppoTabbarImg2.png create mode 100644 static/image/call/oppoTabbarImg3.png create mode 100644 static/image/call/vivoRightIcon.png create mode 100644 static/image/call/vivoStatusIcon1.png create mode 100644 static/image/call/vivoStatusIcon2.png create mode 100644 static/image/call/xiaomiHeaderSelectImg.png create mode 100644 static/image/call/xiaomiNavRightImg.png create mode 100644 static/image/call/xiaomiSearchLeft.png create mode 100644 static/image/call/xiaomiTabbarImg1.png create mode 100644 static/image/call/xiaomiTabbarImg2.png create mode 100644 static/image/call/xiaomiTabbarImg3.png diff --git a/components/call-log/header/header.vue b/components/call-log/header/header.vue new file mode 100644 index 0000000..29e49ae --- /dev/null +++ b/components/call-log/header/header.vue @@ -0,0 +1,137 @@ + + + + + \ No newline at end of file diff --git a/components/call-log/list/list.vue b/components/call-log/list/list.vue index b60e1ef..2f23316 100644 --- a/components/call-log/list/list.vue +++ b/components/call-log/list/list.vue @@ -1,80 +1,103 @@ - \ No newline at end of file diff --git a/components/call-log/tabbar/tabbar.vue b/components/call-log/tabbar/tabbar.vue new file mode 100644 index 0000000..e13cb9f --- /dev/null +++ b/components/call-log/tabbar/tabbar.vue @@ -0,0 +1,144 @@ + + + + + \ No newline at end of file diff --git a/pages/call-log/call.vue b/pages/call-log/call.vue index 3dbe2ea..6ed3766 100644 --- a/pages/call-log/call.vue +++ b/pages/call-log/call.vue @@ -1,63 +1,43 @@