From e3ed35b53e2179a1e328daa8b53a7ece77b7161c Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 18 May 2026 16:10:07 +0800
Subject: [PATCH] UI:购有趣安卓 1.3.9:隐藏立即更新功能,加工费,积分

---
 App.vue |   29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/App.vue b/App.vue
index 5b5f8f2..2149252 100644
--- a/App.vue
+++ b/App.vue
@@ -35,10 +35,10 @@
 								url: '/pages/login/login'
 							})
 							return false
-						
+
 					}
 					uni.setStorageSync('Config', JSON.stringify(res.data))
-					
+
 					// #ifdef APP-PLUS
 					//机型
 					let platform = uni.getSystemInfoSync().platform.toLocaleLowerCase()
@@ -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
@@ -113,3 +113,6 @@
 		border-radius: 50upx;
 	}
 </style>
+<style lang="scss">
+	@import '@/uni_modules/uv-ui-tools/index.scss';
+</style>

--
Gitblit v1.9.3