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 }