diff --git a/manifest.json b/manifest.json index a90dd11..fcd6f66 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "海亮铜箔", "appid" : "__UNI__3A002CD", "description" : "海亮铜箔二期手持系统", - "versionName" : "1.3.1", - "versionCode" : 131, + "versionName" : "1.3.2", + "versionCode" : 132, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/SecondPhase/slitting/EmptyAxisReturn.vue b/pages/SecondPhase/slitting/EmptyAxisReturn.vue index 3dda2c6..0da2db6 100644 --- a/pages/SecondPhase/slitting/EmptyAxisReturn.vue +++ b/pages/SecondPhase/slitting/EmptyAxisReturn.vue @@ -39,7 +39,7 @@ - + @@ -129,7 +129,7 @@ }, toSure () { this.disabled = true - if (!this.index || !this.size1 || !this.size2) { + if (!this.index || (!this.size1 && !this.size2)) { this.disabled = false return }