From b13062d53abb7fd5cdce039df8c21c7690d0d2b7 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 25 May 2026 13:40:02 +0800
Subject: [PATCH] UI:鹿不选
---
App.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/App.vue b/App.vue
index 255140f..22b78f4 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
@@ -105,7 +105,7 @@
.noDataBtn{
width: 240upx !important;
margin: 50upx auto;
- background-color: #4766FE;
+ background-color: #1735C0;
color: #ffffff !important;
letter-spacing: 10upx;
height: 70upx;
@@ -115,4 +115,4 @@
</style>
<style lang="scss">
@import '@/uni_modules/uv-ui-tools/index.scss';
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3