login优化
This commit is contained in:
@@ -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" : {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user