106
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "西门子",
|
"name" : "西门子",
|
||||||
"appid" : "__UNI__EF964CB",
|
"appid" : "__UNI__EF964CB",
|
||||||
"description" : "西门子LMS手持系统",
|
"description" : "西门子LMS手持系统",
|
||||||
"versionName" : "1.0.5",
|
"versionName" : "1.0.6",
|
||||||
"versionCode" : 105,
|
"versionCode" : 106,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -90,14 +90,12 @@
|
|||||||
async _fillUpEmpty (e) {
|
async _fillUpEmpty (e) {
|
||||||
try {
|
try {
|
||||||
let res = await fillUpEmpty(e)
|
let res = await fillUpEmpty(e)
|
||||||
if (res) {
|
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
this._getLlddw()
|
this._getLlddw()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: '操作成功',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
}
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user