Commit 81248e78 authored by verestrasz's avatar verestrasz

update

parent 85f1a948
......@@ -1327,9 +1327,9 @@ export default {
) {
errMsg = "请上传 图文描述 - 缩略图!";
}
if (this.form.deciptInfo.detailDescribe.length > 18000) {
errMsg = "图文描述 - 详情描述 内容长度过长!";
}
// if (this.form.deciptInfo.detailDescribe.length > 18000) {
// errMsg = "图文描述 - 详情描述 内容长度过长!";
// }
if (this.form.deciptInfo.detailDescribe.length == 0) {
errMsg = "图文描述 - 请输入详情描述!";
}
......@@ -1349,12 +1349,12 @@ export default {
if (this.form.saleInfo.blindBoxRule.length == 0) {
errMsg = "请完善规格信息 - 盲盒规则!";
}
if (this.form.saleInfo.blindBoxRule.length > 18000) {
errMsg = "规格信息 - 盲盒规则 内容长度过长!";
}
if (this.form.saleInfo.blindBoxRule.length > 18000) {
errMsg = "规格信息 - 盲盒规则 内容长度过长!";
}
// if (this.form.saleInfo.blindBoxRule.length > 18000) {
// errMsg = "规格信息 - 盲盒规则 内容长度过长!";
// }
// if (this.form.saleInfo.blindBoxRule.length > 18000) {
// errMsg = "规格信息 - 盲盒规则 内容长度过长!";
// }
if (
!this.form.saleInfo.sku ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment