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" : "株洲中钨", "name" : "株洲中钨",
"appid" : "__UNI__B609253", "appid" : "__UNI__B609253",
"description" : "株硬粉末LMS手持系统", "description" : "株硬粉末LMS手持系统",
"versionName" : "1.0.2", "versionName" : "1.0.3",
"versionCode" : 102, "versionCode" : 103,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

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