baseCode(); adcode(); wxcCode();

Source of the article: The Paper on 2024-05-25 08:29:57 – The news is taken from major news media, and the content of the news does not represent the position of this website!

The company involved was punished by the Municipal Supervision Bureau and fined 10,000 yuan.

Guizhou Kobe Wine Co., Ltd. has been widely controversial for “touching” the name of the famous late basketball player “Kobe”. Recently, The Paper reporter noticed that the company has changed its name to Guizhou Lao Ke Wine Co., Ltd. Industrial and commercial information shows that the company was fined 10,000 yuan by the Municipal Supervision Bureau for using other people’s corporate names or names without authorization, violating the Anti-Unfair Competition Law.

According to previous reports by The Paper, Guizhou Lao Ke Liquor Co., Ltd. used the account name “Guizhou Kobe Liquor” on April 17 this year and released several promotional videos on the short video platform. The liquor company not only used the name of the well-known basketball player “Kobe” in its name, but also mentioned slogans with personal elements of basketball player “Kobe” such as “Have you seen the street scene in Los Angeles at 4 a.m.?” “Mamba Mentality” and “1996-2016” in the account profile, video introduction, and liquor packaging. It was accused of “touching” Kobe and was also boycotted by some Kobe fans. The account also claimed that three liquors, “Kobe 8”, “Kobe 20” and “Kobe 24”, will be fully launched soon.

In this regard, the reporter had previously called the Guiyang Guanshanhu District Market Supervision and Administration Bureau. The staff of the bureau said that multiple departments are currently jointly investigating the matter.

Recently, The Paper reporter learned from business information that the wine industry has been fined 10,000 yuan by the Guiyang Guanshanhu District Market Supervision and Administration Bureau for violating the Anti-Unfair Competition Law by using other people’s corporate names or names without authorization. The reason for the punishment shows that on April 3, 2024, the party released 7 promotional advertisements for products such as “Kobe 8, Kobe 24 (double gift box), Kobe 20” through the Douyin account “Guizhou Kobe Wine Industry”. Among them, the bottles of “Kobe 8, Kobe 24 (double gift box), Kobe 20” are in the style of basketball jerseys. In the video advertisement, the party used words such as “Kobe Sauce Wine”, “Mamba Spirit”, “Tribute to Legend, Youth Never Fares”, and used the famous sayings of the world-famous basketball star “Kobe Bean Bryant Cox” in the promotional advertisement without authorization, such as “Have you seen the street scene in Los Angeles at 4 a.m.?” “Someone must win, why can’t that person be me?”

In addition, the reporter saw that the company had changed its name on May 9, from Guizhou Kobe Wine Co., Ltd. to Guizhou Lao Ke Wine Co., Ltd.

In response to the above situation, on May 24, a reporter from The Paper called the Guiyang Guanshanhu District Market Supervision Administration for verification. The staff of the bureau said that after the investigation was true, the company had been asked to change its name and Guizhou Lao Ke Wine Co., Ltd. had been punished.

–>

`,
“script”:[{“type”:”text/javascript”,”src”:”//widgets.outbrain.com/outbrain.js”,”async”:”async”}]
}
, “gg_rightside”: {
“html”:`

advertisement

advertisement

advertisement

`,
“script”:[{“type”:”text/javascript”,”src”:”//widgets.outbrain.com/outbrain.js”,”async”:”async”}]
}
, “gg_duturandom”: {
“html”:`

`,
“script”:[]
}
, “gg_square”: {
“html”:“,
“script”:[]
}
, “gg_topbanner”: {
“html”:`
`,
“script”:[]
}
, “gg_middlesquare”: {
“html”:`
`,
“script”:[]
}
, “gg_dutu”: {
“html”:`

`,
“script”:[]
}
, “gg_botline”: {
“html”:“,
“script”:[]
}
, “gg_dututop”: {
“html”:`

`,
“script”:[]
}
, “gg_shipintop”: {
“html”:`
`,
“script”:[]
}
, “gg_inContent”: {
“html”:`

`,
“script”:[]
}
, “gg_shipinrandom”: {
“html”:“,
“script”:[]
}
, “gg_sideSticky”: {
“html”:`

`,
“script”:[]
}
, “gg_bottombanner”: {
“html”:`
`,
“script”:[{“type”:”text/javascript”,”src”:”//widgets.outbrain.com/outbrain.js”,”async”:”async”}]
}
, “gg_marquee”: {
“html”:“,
“script”:[]
}
}
const adEnv={
“gg_header”: {
“html”:“,
“script”:[{“type”:”text/javascript”,”exec”:` var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var pbjs = pbjs || {}; pbjs.que = pbjs.que || []; `},{“type”:”text/javascript”,”src”:”
}

}
const wxcEnv = {
“base”:{
“exe”:[],
“src”:[
{“src”: “/news/js/recommendednews.js”,”defer”:”true”},
{“src”:”/js/wxcFunc.js”,”defer”:”true”}
]
},
“func”:{
“exe”:[
//展示评论
‘function showMoreComments(){let n = 0;for(let i=0;i2){dom.hide();}}$(“#showallcomment”).show();$(“#showlesscomment”).hide();};’,
],
“src”:[
//图片,搜索,QR code
{“src”: “/news/js/view.js?v=05132024”},
//计数器
{“src”:”//count.wenxuecity.com/service/count/script/do.php?type=news&id=243833&n=0&out=jsval”,”defer”:”true”},

]
}
}

function wxcCode(){
wxcEnv.base.exe.forEach(x=>{
let tag = buildAdcode(x);
document.head.append(tag);
})

wxcEnv.base.src.forEach(src => {
let tag = buildSrc(src)
document.head.append(tag);
});

wxcEnv.func.exe.forEach(x=>{
let tag = buildAdcode(x);
document.body.append(tag);
})

wxcEnv.func.src.forEach(src => {
let tag = buildSrc(src)
document.body.append(tag);
});
}
function adcode(){
let adkey = Object.keys(ads);
adkey.forEach(x=>{
let code = ads[x].html;
let div = document.getElementById(x);
if(div)div.innerHTML = code;
ads[x].script.forEach(s=>{
if(Object.keys(s).indexOf(‘src’)===-1){
let tag = buildAdcode(s.exec);
document.body.append(tag);
}else{
let tag = buildSrc(s);
document.body.append(tag);
}
})
})
}
function baseCode(){
let baseKeys = Object.keys(adEnv);
baseKeys.forEach(x=>{
adEnv[x].script.forEach(s=>{
if(Object.keys(s).indexOf(‘src’)===-1){
let tag = buildAdcode(s.exec);
document.head.append(tag);
}else{
let tag = buildSrc(s);
document.head.append(tag);
}
})
})
}

function buildAdcode(script){
let tag = document.createElement(‘script’);
tag.innerHTML = script;
return tag;
}
function buildSrc(obj){
let keys = Object.keys(obj);
let tag = document.createElement(“script”);
keys.forEach(key=>{
tag.setAttribute(key, obj[key]);
})
return tag ;
}
2024-05-25 15:40:53
#wine #company #Kobes #deceive #people #changed #Lao #fined #yuan #Kobes #permission #Wenxue #City

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *