From 1bb582d51aaea184486dc66fcbb621ce8e88cb4d Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Tue, 19 May 2026 16:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=85=B3=E4=BA=8E=E6=9C=AC?= =?UTF-8?q?=E6=9C=BA=E9=A1=B5=E9=9D=A2=E4=B8=8A=E6=BB=91=E6=AF=9B=E7=8E=BB?= =?UTF-8?q?=E7=92=83=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- .../about-this-iphone/about-this-iphone.vue | 112 +++++++++++++++--- .../shangou-order-detail.vue | 2 +- 3 files changed, 96 insertions(+), 20 deletions(-) diff --git a/main.js b/main.js index 4bbde0e..90b19b2 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ export function createApp() { app.config.globalProperties.$system = plus.os.name; // #endif app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.5.sp1') + uni.setStorageSync('version', '1.0.5.sp3') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages/other/about-this-iphone/about-this-iphone.vue b/pages/other/about-this-iphone/about-this-iphone.vue index 9286911..a80c1b1 100644 --- a/pages/other/about-this-iphone/about-this-iphone.vue +++ b/pages/other/about-this-iphone/about-this-iphone.vue @@ -1,12 +1,19 @@