Commit 1a99f165 by 任建

rj

parent 464ce480
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
this.selectedCharat = this.nameLength[v]; this.selectedCharat = this.nameLength[v];
let num = parseInt(this.selectedCharat); let num = parseInt(this.selectedCharat);
/*修改后的值 */ /*修改后的值 */
if(this.selectedStructure.length>num){ if(this.selectedStructure.length!=num){
this.selectedStructure = "请选择商标包含结构"; this.selectedStructure = "请选择商标包含结构";
}; };
if(this.inputLength>num){ if(this.inputLength>num){
......
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