login优化

This commit is contained in:
x
2026-08-27 10:45:50 +08:00
parent caf54ac50f
commit 242eb048c6
2 changed files with 13 additions and 13 deletions

View File

@@ -2,8 +2,8 @@
"name" : "株洲中钨",
"appid" : "__UNI__B609253",
"description" : "株硬粉末LMS手持系统",
"versionName" : "1.0.2",
"versionCode" : 102,
"versionName" : "1.0.3",
"versionCode" : 103,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -110,17 +110,17 @@
},
async _pdaUpdate () {
let res = await pdaUpdate()
// if (res.versionName === this.version) {
// uni.showToast({
// title: '当前为最新版本',
// icon: 'none'
// })
// } else {
// this.grade = true
// this.androidUrl = res.url
// }
if (res.versionName === this.version) {
uni.showToast({
title: '当前为最新版本',
icon: 'none'
})
} else {
this.grade = true
this.androidUrl = res.url
}
// this.grade = true
// this.androidUrl = res.url
},
closeUpdate () {
this.grade = false