diff --git a/manifest.json b/manifest.json index ff2c49e..a9102df 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "海亮铜箔", "appid" : "__UNI__3A002CD", "description" : "海亮铜箔二期手持系统", - "versionName" : "1.0.5", - "versionCode" : 105, + "versionName" : "1.0.6", + "versionCode" : 106, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/SecondPhase/slitting/UpperShaftCut.vue b/pages/SecondPhase/slitting/UpperShaftCut.vue index 629e569..360827e 100644 --- a/pages/SecondPhase/slitting/UpperShaftCut.vue +++ b/pages/SecondPhase/slitting/UpperShaftCut.vue @@ -23,7 +23,7 @@ - + @@ -110,12 +110,26 @@ showSelector () { this.newoptions = this.options }, - async _doUpShaftToSlitter () { + toSure () { this.disabled = true if (!this.index) { this.disabled = false return } + uni.showModal({ + title: '提示', + content: '确定呼叫桁架上气胀轴?', + confirmColor: '#ff6a00', + success: (res) => { + if (res.confirm) { + this._doUpShaftToSlitter() + } else if (res.cancel) { + this.disabled = false + } + } + }) + }, + async _doUpShaftToSlitter () { try { let res = await doUpShaftToSlitter(this.index) uni.showToast({