Home » today » Sport » “China upset over Messi’s ‘Hong Kong no-show’: ‘Argentina friendly match canceled'” – What Does It Mean?

“China upset over Messi’s ‘Hong Kong no-show’: ‘Argentina friendly match canceled'” – What Does It Mean?

if(redisJson.articles[i].article_image !== ” || redisJson.articles[i].article_image !== null){
html += ‘ ‘;
html += ‘ ‘;
html += ‘ ‘;
}

html += ‘ ‘;
html += ‘

‘; html += ‘Notification settings’; html += ‘Close notification’; html += ‘

‘;
html += ”;
$loginBox.after(html);
autoRemoveToast(redisJson.articles[i].apppush_Id); // Expiration time check: If it exists, analyze the content and expose if the expiration time is within the current time // Cookie exposure check: When exposed, check the exposure of the article in the cookie and then final exposure // If exposed, the article key is stored in the cookie // Cookie name: hk_sokbo_article_viewend let fcmArticleId = getFCMCookie(‘hk_sokbo_article_viewend’); let cookieData = Boolean(fcmArticleId) ? decodeURIComponent(fcmArticleId) + ‘,’ + redisJson.articles[i].article_id : redisJson.articles[i].article_id;
this.setFCMCookie(‘hk_sokbo_article_viewend’, cookieData, 1);
// 쿠키내용 : 기사키,기사키,기사키
// 쿠키만료시간 : 1일
// 쿠키 등록
}
$(“.toast-container .toast-item:not(.login-box-tst)”).addClass(“show”);

}

generateFcmToast = (rst) => {
let html=””;
let readArticles = decodeURIComponent(this.getFCMCookie(‘hk_sokbo_article_viewend’));
let denialAlarmType = decodeURIComponent(this.getFCMCookie(‘hk_denial_alarm_type’));
if(denialAlarmType.includes(denialAlarmType.includes(rst.data.apppush_type))){
return false;
}
if(readArticles.includes(denialAlarmType.includes(rst.data.apppush_type))){
return false;
}
const appuserPushId = Cookies.get(‘appuserPushId’);

html += ”;
html += ‘ ‘;
html += ‘ ‘;

if(rst.notification.image !== ” || rst.notification.image !== null){
html += ‘ ‘;
html += ‘ ‘;
html += ‘ ‘;
}

html += ‘ ‘;
html += ‘

‘; html += ‘Notification settings’; html += ‘Close notification’; html += ‘

‘; html += ”; $loginBox.before(html); autoRemoveToast(rst.fcmMessageId); // Expiration time check: If it exists, analyze the content and expose if the expiration time is within the current time // Cookie exposure check: When exposed, check the exposure of the article in the cookie and then final exposure // If exposed, the article key is stored in the cookie // Cookie name: hk_sokbo_article_viewend // let fcmArticleId = getFCMCookie(‘hk_sokbo_article_viewend’); // let cookieData = Boolean(fcmArticleId) ? decodeURIComponent(fcmArticleId) + ‘,’ + redisJson.articles[i].article_id : redisJson.articles[i].article_id;
// this.setFCMCookie(‘hk_sokbo_article_viewend’, cookieData, 1);
// 쿠키내용 : 기사키,기사키,기사키
// 쿠키만료시간 : 1일
// 쿠키 등록
$(“.toast-container .toast-item:not(.login-box-tst)”).addClass(“show”);
}

/* top notice EVT */
function closeNotice() {
$(“#topNotiArea .close”).on(‘click’, function () {
$(“#topNotiArea .close”).css(“display”, “none”);
$(“#topNotiArea”).slideUp(500);
});
}

function initAlarm() {
var $list = $(‘.toast-container .toast-item’);
var $pushList = $(‘.toast-container .toast-item:not(.login-box-tst)’);
var $loginBox = $(‘.toast-container .toast-item.login-box-tst’);

if ($($list.hasClass(“login-box-tst”)).length) {
$loginBox.removeClass(“hide”).addClass(“show”);
}
$pushList.each(function (idx) {
var $item = $(this);
setTimeout(function () {
$item.addClass(“show”);
}, 500 * (idx + 1));
});
}

function showAlarm() {
let redisJson = [];

$.ajax({
url: ”
method: “POST”,
data: {‘key’ : ‘whk_sokbo_article’},
success: function (response) {
if(response.code === ‘0000’){
if(response.data !== ‘notfound’){
redisJson = JSON.parse(response.data);
generateSokboToast(redisJson);
}
}
},
fail: function (err) {
}
});
}
// hk_denial_alarm_type
function setDenialAlarmType(denialType){
this.setFCMCookie(‘hk_denial_alarm_type’, denialType, 1);
}

function getFCMCookie(key){
key = new RegExp(key + ‘=([^;]*)’); return key.test(document.cookie) ? unescape(RegExp.$1) : ”; // Returns a value if there is a key corresponding to the key received as an argument } function setFCMCookie(key, value, expiredays) { let todayDate = new Date(); todayDate.setDate(todayDate.getDate() + expiredays); // Change cookie expiration date in units of current time + days //todayDate.setTime(todayDate.getTime() + (expiredays * 24 * 60 * 60 * 1000)); // Change cookie expiration date in milliseconds // document.cookie = key + “=” + escape(value) + “; path=/; expires=” + todayDate.toGMTString() + “;”; fn_setCookie(key, escape(value), {path:” expires: todayDate}); } function deleteCookie(name) { document.cookie = name + ‘=; expires=Thu, 01 Jan 1999 00:00:10 GMT;’ ; } function hideAlarm() { $(document).on(“click”, ‘.imp-toast .btn-close’, function () { var $this = $(this); $this.parents(“.toast -item”).removeClass(“show”).addClass(“hide”); }); $(document).on(“click”, ‘.login-box-tst .close’, function () { $( ‘.login-box-tst’).removeClass(“show”).addClass(“hide”); }); } function toggleAlarm() { $(document).on(“click”, ‘.imp-toast . btn-alarm’, function () { var $this = $(this); if (!($this.hasClass(“btn-alarm-disable”))) { $this.addClass(“btn-alarm-disable” ).attr(“title”, “Turn on notifications for today”); console.log(‘### ‘ + $this.data(‘denial’)); let denialType = $this.data(‘denial’); let hk_denial_alarm_type = getFCMCookie(‘hk_denial_alarm_type’); if(hk_denial_alarm_type.includes(denialType)) { return false; } denialType = Boolean(hk_denial_alarm_type) ? decodeURIComponent(hk_denial_alarm_type) + ‘,’ + denialType : denialType; setDenialAlarmType(denialType); } else { $this.removeClass(“btn-alarm-disable”).attr(“title”, “Turn off notifications for today”); let hk_denial_alarm_type = getFCMCookie(‘hk_denial_alarm_type’); const denialType = $this.data(‘denial’); if(hk_denial_alarm_type.includes(denialType)){ let str = hk_denial_alarm_type; let arr = str.split(‘,’); let filtered = arr.filter((element) => element !== denialType); deleteCookie(‘hk_denial_alarm_type’); setDenialAlarmType(filtered.join()); } // console.log(denialType); // deleteCookie(hk_denial_alarm_type); } }); } function fnOneDayNotView(){ this.setFCMCookie(‘hk_denial_login_area’, ‘Y’, 1); } function loginInfoView(){ if(!Boolean(Cookies.get(‘accessToken’))){ if(!Boolean(getFCMCookie(‘hk_denial_login_area’))){ var $loginBox = $(‘.toast-container .toast- item.login-box-tst’); $loginBox.removeClass(“hide”).addClass(“show”); } } } // Web push automatic deletion (10 minutes) var FCM_TOAST_LOG = {}; function autoRemoveToast(fcmMessageId){ FCM_TOAST_LOG[fcmMessageId] = setTimeout(function(){
$(“.toast-item[data-push-id='”+ fcmMessageId +”‘]”).find(‘.btn-close’).trigger(“click”);
delete FCM_TOAST_LOG[fcmMessageId]; }, 600000); }; $(function () { showAlarm(); // Close top notification area closeNotice(); loginInfoView(); // Display push alarm // initAlarm(); // Breaking news / single item inquiry setInterval( () => showAlarm( ) , 1000 * 60 * 1 ); // Close push alarm, toggle off alarm hideAlarm(); toggleAlarm(); }); China upset over Messi’s ‘Hong Kong no-show’: “Argentina friendly match canceled” “) } else { $(‘#top-area’).html(“

n” + ” Hello.n” + ” ” + data.memPenName + “

“)
}

// 이벤트 및 프로모션 수신 동의 체크
$(‘#email-setting-switch’).prop(‘checked’, data.eventAgreeEmail === ‘Y’);
$(‘#sms-setting-switch’).prop(‘checked’, data.eventSmsAgree === ‘Y’);
$(‘#nLetter-setting-switch’).prop(‘checked’, data.nLetterAgree === ‘Y’);
},
error: function (req, stat, err) {
// console.log(err);
}
});
}

function onClickSignUp() {
authType=”enroll”;
// Cookies.set(‘authType’, ‘enroll’, {path: ”
fn_setCookie(‘authType’, ‘enroll’, {path: ”
if (navigator.userAgent.indexOf(‘Mobile-App’) > -1) {
var data = {
type: ‘SIGN_UP_NICE’
};
window.ReactNativeWebView.postMessage(JSON.stringify(data));
} else {
openCpPopup();

}
}

function onClickMyPage() {
if (Cookies.get(‘accessToken’) != null) {
location.href=”
} else {
location.href=”
}
}

China upset over Messi’s ‘Hong Kong no-show’: ‘Argentina friendly match canceled’

Hangzhou, China: “Argentine friendly match tour canceled”
Deleting Messi news from SNS… “Messi’s no-show impact”

Soccer star Lionel Messi (left), who plays as a striker for Inter Miami in the U.S. Major League Soccer (MLS), sits on the bench during a friendly match against the Hong Kong Professional Soccer All-Star team held at Hong Kong Stadium on the 4th. Hong Kong = AFP Yonhap News

Hangzhou, China, suddenly canceled the friendly match between Argentina and Nigeria’s national soccer teams scheduled to be held next month. This is interpreted as the effect of the spread of public opposition due to the ‘Hong Kong no-show’ of world-renowned soccer star Lionel Messi (Inter Miami).

According to the Associated Press on the 10th, the Hangzhou City Sports Bureau announced this through its official social networking service (SNS) account the evening before, saying, “For reasons well known to all, we have learned from the supervisory authorities that the conditions for continuing friendly matches are not mature.”

The ‘reason everyone knows’ revealed by Hangzhou City is interpreted as Messi’s no-show in Hong Kong. AP pointed out that this was “an additional impact due to Messi’s no-show in Hong Kong.” The Argentina national soccer team, captained by Messi, planned a friendly tour of China from the 18th to the 26th of next month. During that period, the Argentina national team was scheduled to play against the Nigerian national team in Hangzhou and against the Ivory Coast national team in Beijing.

‘); // For Android update if (location.href.indexOf(‘/News/Read’) > -1 && navigator.userAgent.indexOf(‘Update’) > -1) { $(‘.end-ad-container’) .addClass(‘blind’); }

“We understand that the match has been cancelled,” an Argentine Football Federation official told the Associated Press. “We are looking for another venue to play the Nigerian team.” However, a spokesperson for the Ivory Coast national team told AP that the friendly match against Argentina in Beijing will proceed as scheduled.

Messi plays for Japan three days later, Hong Kong fans even more angry

Hong Kong soccer fans are strongly protesting and demanding a refund after Lionel Messi did not play in a friendly match between the U.S. Major League Soccer (MLS) Inter Miami and the Hong Kong professional soccer all-star team on the 4th. Hong Kong = AFP Yonhap News

‘); // For Android update if (location.href.indexOf(‘/News/Read’) > -1 && navigator.userAgent.indexOf(‘Update’) > -1) { $(‘.end-ad-container’) .addClass(‘blind’); }

China’s ‘erasing the mesh’ has already begun on social media. Previously, Hong Kong’s Chengdu Daily quoted an article posted by Chinese sports influencer Xu Zexin on China’s SNS Weibo on the 8th and said, “The Chinese Football Association has deleted news related to Messi from its official website.” “We understand that related cooperation with the Argentine Football Association, including , has already been discontinued,” the report said.

Messi did not play in the friendly match between his team Inter Miami and the Hong Kong Professional Football All-Star team held in Hong Kong on the 4th due to injury. As expectations were high, the ticket price for the game soared to a maximum of 830,000 won, making Hong Kong citizens furious. About 40,000 fans who came to see Messi from Hong Kong, mainland China and neighboring Southeast Asia strongly protested, demanding a refund.

However, three days after the Hong Kong no-show controversy broke out, Messi played for 30 minutes in a friendly match held in Japan on the 7th, which grew into a controversy over the ‘Hong Kong no-show’. More than 1,300 complaints requesting refunds were filed with the Hong Kong Consumer Commission, and when a Hong Kong Legislative Council member said he would file a lawsuit against Tatler Asia, the organizer of the friendly match, Tatler eventually announced that it would refund 50% of the ticket price.

Ryuho Reporter [email protected]

0 0 Share Save

Balance in viewing the world, Hankook Ilbo Copyright © Hankookilbo

‘);
document.write(‘

‘);
document.write(‘

Issues you may be interested in

‘);
document.write(‘
2024-02-10 02:16:18

#China #upset #Messis #Hong #Kong #noshow #Argentina #friendly #match #canceled

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.