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