From 70862df0f0da51928da361f3f33256ab6522f5db Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Sat, 09 May 2026 12:00:58 +0800
Subject: [PATCH] feat:澜品优选 去掉立即更新

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

diff --git a/App.vue b/App.vue
index 5b5f8f2..6ceee2d 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