From ee25d77d58b757224826718d6e12acf0ef84923a Mon Sep 17 00:00:00 2001 From: wuKong Date: Mon, 8 Dec 2025 18:45:48 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat(app):=20=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=B8=AD=E5=A2=9E=E5=8A=A0iOS=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E6=9D=83=E9=99=90=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在onShow生命周期中添加异步处理 - 引入sheep对象用于平台判断和网络检测 - iOS平台下网络授权后重新加载应用初始化 - 优化应用启动时的网络状态处理逻辑 --- App.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 50c799b4..212654c9 100644 --- a/App.vue +++ b/App.vue @@ -1,7 +1,6 @@ From f95432918c522277fd32d1e3fe5c35391ec5c458 Mon Sep 17 00:00:00 2001 From: wuKong Date: Mon, 8 Dec 2025 18:56:03 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix(app):=20iOS=E7=BD=91=E7=BB=9C=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91=E4=BB=8Eapp.vue?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=88=B0=E9=A6=96=E9=A1=B5page/index/index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在首页添加 onShow 生命周期钩子 - 检测iOS设备首次网络授权情况 - 授权通过后重新初始化应用状态 - 移除App.vue中重复的网络检测逻辑 - 优化页面滚动和下拉刷新功能 - 增强平台兼容性处理 --- App.vue | 12 +++--------- pages/index/index.vue | 14 +++++++++++++- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/App.vue b/App.vue index 212654c9..50c799b4 100644 --- a/App.vue +++ b/App.vue @@ -1,6 +1,7 @@ diff --git a/pages/index/index.vue b/pages/index/index.vue index d79e66dd..8152b1bf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -22,7 +22,7 @@