diff --git a/manifest.json b/manifest.json index 1f07c81..3c4cae9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "西门子", "appid" : "__UNI__EF964CB", "description" : "西门子LMS手持系统", - "versionName" : "1.0.5", - "versionCode" : 105, + "versionName" : "1.0.6", + "versionCode" : 106, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/manage/fill-empty.vue b/pages/manage/fill-empty.vue index cd1f7a3..ceedce3 100644 --- a/pages/manage/fill-empty.vue +++ b/pages/manage/fill-empty.vue @@ -90,14 +90,12 @@ async _fillUpEmpty (e) { try { let res = await fillUpEmpty(e) - if (res) { - this.disabled = false - this._getLlddw() - uni.showToast({ - title: res.message, - icon: 'none' - }) - } + this.disabled = false + this._getLlddw() + uni.showToast({ + title: '操作成功', + icon: 'none' + }) } catch (e) { this.disabled = false }