This commit is contained in:
yanran200730
2022-08-01 09:26:51 +08:00
parent 551b94c894
commit 4c383504c5
4 changed files with 4 additions and 4 deletions

View File

@@ -165,7 +165,7 @@
confirm () {
if (!this.content) {
return this.$u.toast('文本不能为空')
return false
}
if (this.currIndex >= 0) {

View File

@@ -175,7 +175,7 @@
confirm () {
if (!this.content) {
return this.$u.toast('文本不能为空')
return false
}
if (this.currIndex >= 0) {

View File

@@ -196,7 +196,7 @@
confirm () {
if (!this.content) {
return this.$u.toast('文本不能为空')
return false
}
if (this.currIndex >= 0) {

View File

@@ -166,7 +166,7 @@
confirm () {
if (!this.content) {
return this.$u.toast('文本不能为空')
return false
}
if (this.currIndex >= 0) {