document.getElementById('loginAdv').innerHTML ='
'; let domain = 'https://portal.hc-cdn.com'; if (window.location.href.indexOf('ulanqab.huawei.com') !== -1 || window.location.href.indexOf('localhost') !== -1) { domain = 'https://test-static-resource.obs.cn-north-7.ulanqab.huawei.com'; } if (window.location.host.indexOf(".cn") !== -1) { domain = 'https://portal.huaweicloud.cn'; } window.recommendUrl = `${domain}/cnpm-pep-smart-recommends/1.0.40/pepSmartRecommends.window.js`; (function () { var loadScript = function (sSrc, callback) { var oHead = document.head || document.getElementsByTagName("head")[0]; var script = document.createElement("script"); script.async= true; script.type = "text\/javascript"; script.onerror = function(oError) { throw new URIError("The script " + oError.target.src + " is not accessible."); }; if (script.readyState){ script.onreadystatechange = function(){ if (script.readyState == "loaded" || script.readyState == "complete"){ script.onreadystatechange = null; callback(); } }; } else { script.onload = function(){ callback(); }; } script.src = sSrc; oHead.appendChild(script); }; try{ var $data = { "size": { "sizePC": { "width": "", "height": "" }, "sizeMb": { "width": "", "height": "" } }, "adType": "0", "componentClass": "", "adContent": { "img": { "pc": "https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/advertisement/Fixed/login/1713843085182655605.png", "mb": "", "img_mb_asset_id": "", "img_mb_asset_name": "", "img_pc_asset_id": "5FC2693139D14761B77C04DB4F9ECAC4", "img_pc_asset_name": "418大促-英-02.png", "mb_asset_id": "", "mb_asset_name": "", "pc_asset_id": "5FC2693139D14761B77C04DB4F9ECAC4", "pc_asset_name": "418大促-英-02.png", }, "href": "https://activity.huaweicloud.com/intl/en-us/prime-season.html", "id": "PC2022061400001/HECS,CS10000002/ECS,CS10004166/Meeting,CS10002234/HSS,CS10002233/WAF,CS10002041/CSBS,CS12011138/CBR,CS10000595/OBS,CS10001262/CDN,CS10002043/DCS,PC2021041700013/DCSforRedis" }, "extend": { "adSpace": "AD1620802835756", "adName": "登录页_国际英文广告位_800*542", "adPlan": "P1713843448693", "planName": "海外418大促", "recChannel": "" }, }; $data.extParams = {}; loadScript(window.recommendUrl,function(){ var $el = document.getElementById('pep-ad-img_1620800987830'); var customerId = pepSmartRecommends.getCookie('ua') || pepSmartRecommends.getCookie('vk'); var compId = 'pep-ad-img_1620800987830'; var data = Object.assign({}, { customerId: customerId, containerSelector: '#' + compId, content: $data.adContent }, $data); pepSmartRecommends.render(data); }); }catch(e){} })();