From fb6942abbddbccd80891b7a37336e7794f4e6a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Tue, 24 Mar 2026 15:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- pages/call-log/call.vue | 2 - .../call-and-message-entry.vue | 282 +++++++++--------- 3 files changed, 143 insertions(+), 143 deletions(-) diff --git a/main.js b/main.js index 9f143d4..2c896cc 100644 --- a/main.js +++ b/main.js @@ -27,7 +27,7 @@ export function createApp() { const systemInfo = uni.getStorageSync('systemInfo') || {} app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android' app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.3.sp8') + uni.setStorageSync('version', '1.0.3.sp9') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); diff --git a/pages/call-log/call.vue b/pages/call-log/call.vue index 7bf763d..8afd600 100644 --- a/pages/call-log/call.vue +++ b/pages/call-log/call.vue @@ -33,8 +33,6 @@ let callLogList = ref(); onLoad((option) => { data.type=option.type - - }) onReady(() => { diff --git a/pages/common/call-and-message-entry/call-and-message-entry.vue b/pages/common/call-and-message-entry/call-and-message-entry.vue index d98beff..0d6f856 100644 --- a/pages/common/call-and-message-entry/call-and-message-entry.vue +++ b/pages/common/call-and-message-entry/call-and-message-entry.vue @@ -17,160 +17,162 @@ \ No newline at end of file