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 @@