Commit 670ecafa by 宋毅

tj

parent 40bb7d66
...@@ -1133,12 +1133,12 @@ class TrademarkService extends ServiceBase { ...@@ -1133,12 +1133,12 @@ class TrademarkService extends ServiceBase {
var principalName = 1; var principalName = 1;
var tmNameType = 1;//1:⽂字 2:图⽚ 3:图⽂ var tmNameType = 1;//1:⽂字 2:图⽚ 3:图⽂
if (element.principal && element.principal == "知域互联科技有限公司") { if (item.principal && item.principal == "知域互联科技有限公司") {
principalName = 2; principalName = 2;
} }
if (element.tmFormType == "4") { if (item.tmFormType == "4") {
tmNameType = 2; tmNameType = 2;
} else if (element.tmFormType == "5") { } else if (item.tmFormType == "5") {
tmNameType = 3; tmNameType = 3;
} }
var subParam = { var subParam = {
......
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