From e12895d597298f23018e6297820a80e77200a782 Mon Sep 17 00:00:00 2001 From: YOGO <1587218160@qq.com> Date: Fri, 10 Apr 2026 17:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 + manifest.json | 6 ++++++ pages/index/index.vue | 2 +- pages/site/index.vue | 2 +- pages/unlock/index.vue | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 0cdc456..b1f389e 100644 --- a/App.vue +++ b/App.vue @@ -97,6 +97,7 @@ export default { getApi.ShunFengLogin({ code:authCode, source, + sfId:uni.getStorageSync("sfId") }) .then(async(res) => { uni.hideLoading(); diff --git a/manifest.json b/manifest.json index 0bc9412..50b86fd 100644 --- a/manifest.json +++ b/manifest.json @@ -98,6 +98,9 @@ "key" : "B5ZBZ-S4SKW-YYQR5-3BVNP-NX4NQ-FYFYF" } } + }, + "uniStatistics" : { + "enable" : true } }, "locale" : "zh-Hans", @@ -109,5 +112,8 @@ "desc" : "将获取你的具体位置信息,用于辅助显示最近店铺" } } + }, + "uniStatistics" : { + "version" : "2" } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 8092b7a..efe1ca4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -514,7 +514,7 @@ const state = ref({ unitTypeId: "", lockerId: "", selectUnitRow: {}, - month: 24, + month:1, selfMonth: 1, lockData: { discountList: [] diff --git a/pages/site/index.vue b/pages/site/index.vue index 16b2432..fe300e4 100644 --- a/pages/site/index.vue +++ b/pages/site/index.vue @@ -22,7 +22,7 @@ - + diff --git a/pages/unlock/index.vue b/pages/unlock/index.vue index 5471fa7..7319b85 100644 --- a/pages/unlock/index.vue +++ b/pages/unlock/index.vue @@ -1723,7 +1723,7 @@ onShow(() => { .container { width: 100%; - height: 100vh; + // height: 100vh; display: flex; flex-direction: column; align-items: center;