调整提示

This commit is contained in:
2022-05-04 21:30:04 +08:00
parent a5a41268c3
commit 4ea990fbe0

View File

@@ -71,7 +71,7 @@ export default {
title: "设置标签",
content: label,
editable: true,
placeholderText: "请输入标签信息,最多10字",
placeholderText: "请输入标签,最多10字",
success: res => {
if (res.confirm) {
if (res.content && res.content.length <= 10) {
@@ -84,7 +84,7 @@ export default {
} else this.handleTag({id, label})
}).catch(() => this.handleTag({id, label}))
} else {
this.$u.toast("请输入标签,最多10字")
this.$u.toast("请输入标签,最多10字")
this.handleTag({id, label})
}
}