From 1d4fd42cbb97df5b9ca6a0baaa32be34bd24d16e Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Mon, 25 May 2026 09:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/nav-bar/nav-bar.vue | 536 ++++---- main.js | 2 +- pages/bill/add-bill/add-bill.vue | 183 +-- pages/bill/bill-detail/bill-detail.vue | 4 +- pages/other/ranking/ranking.vue | 1208 +++++++++-------- .../jingdong/order-detail/order-detail.vue | 2 +- .../shangou-order-detail.vue | 3 +- static/json/add-bill.json | 7 + 8 files changed, 988 insertions(+), 957 deletions(-) diff --git a/components/nav-bar/nav-bar.vue b/components/nav-bar/nav-bar.vue index 26cb799..62718cc 100644 --- a/components/nav-bar/nav-bar.vue +++ b/components/nav-bar/nav-bar.vue @@ -6,7 +6,7 @@ - + @@ -82,294 +82,294 @@ \ No newline at end of file diff --git a/main.js b/main.js index 11eb229..4580d59 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.sp5') + uni.setStorageSync('version', '1.0.5.sp9') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages/bill/add-bill/add-bill.vue b/pages/bill/add-bill/add-bill.vue index 200ac09..05090c8 100644 --- a/pages/bill/add-bill/add-bill.vue +++ b/pages/bill/add-bill/add-bill.vue @@ -56,7 +56,8 @@