From bc67eb7b9a46c3abedbde46c4989894e9712e99f Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 21 May 2026 10:03:24 +0800
Subject: [PATCH] UI:小猪优选IOS立即更新隐藏及收藏购物车顶部样式优化

---
 App.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/App.vue b/App.vue
index 09f34d6..4328f68 100644
--- a/App.vue
+++ b/App.vue
@@ -59,17 +59,17 @@
 							updesc = res.data.android.desc
 						}
 						if (downUrl && updateFlag) {
-							uni.showModal({
-								showCancel: false,
-								confirmText: '立即更新',
-								title: '温馨提示!',
-								content: updesc || '有最新版本,请更新APP!',
-								success: res => {
-									if (res.confirm) {
-										plus.runtime.openURL(downUrl)
-									}
-								}
-							})
+							// uni.showModal({
+							// 	showCancel: false,
+							// 	confirmText: '立即更新',
+							// 	title: '温馨提示!',
+							// 	content: updesc || '有最新版本,请更新APP!',
+							// 	success: res => {
+							// 		if (res.confirm) {
+							// 			plus.runtime.openURL(downUrl)
+							// 		}
+							// 	}
+							// })
 						}
 					})
 					// #endif

--
Gitblit v1.9.3