From c506a7fd42a82c62b755548cfae2e6ed3cf3e6c2 Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Mon, 20 Apr 2026 09:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shopping/jingdong/shopping-card.vue | 1 + main.js | 2 +- pages/common/recharge/index.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/shopping/jingdong/shopping-card.vue b/components/shopping/jingdong/shopping-card.vue index ede05d7..113efae 100644 --- a/components/shopping/jingdong/shopping-card.vue +++ b/components/shopping/jingdong/shopping-card.vue @@ -722,6 +722,7 @@ const getButtons = (shopType, status, item) => { .btn { position: relative; + z-index: 999; height: 56rpx; line-height: 56rpx; padding: 0 24rpx; diff --git a/main.js b/main.js index 87887b0..fddb2e3 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.4.sp8') + uni.setStorageSync('version', '1.0.4.sp9') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages/common/recharge/index.vue b/pages/common/recharge/index.vue index 898aeaa..c7a46ae 100644 --- a/pages/common/recharge/index.vue +++ b/pages/common/recharge/index.vue @@ -488,7 +488,7 @@ onBackPress((e) => { }) -onLoad(async () => { +onLoad(async (option) => { if (option.source) { data.source = option.source }