'
}, {
querySelector: 'mp-common-product',
genId: function genId(opt) {
return opt.node.getAttribute('data-windowproduct') || '';
},
calW: function calW() {
var opt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return opt.parentWidth * 1 || '100%';
},
calH: function calH(opt) {
var customstyle = opt.node.getAttribute('data-customstyle') || '{}';
if (customstyle) {
try {
var _JSON$parse = JSON.parse(customstyle),
display = _JSON$parse.display,
height = _JSON$parse.height;
if (display !== 'none') {
var customHeight = height.split('px')[0];
var ratio = opt.parentWidth / 350.0 || 1;
customHeight = Math.round(customHeight * ratio);
return customHeight;
}
return 0;
} catch (err) {
console.error(err);
}
}
return 0;
},
replaceContentCssText: '',
appendContentCssText: 'diplay:block;',
outerContainerLeft: '
',
outerContainerRight: '
'
}
]
};
function preloadingInit() {
var opt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
if (typeof document.querySelectorAll !== 'function') {
return;
}
var g = {
maxWith: document.getElementById('img-content').getBoundingClientRect().width,
idAttr: 'data-preloadingid'
};
for (var i = 0, il = opt.config.length; i ", "<", " -1) {
var arg = query[i].substring(0, eqIndex);
params[arg] = query[i].substring(eqIndex + 1);
}
}
if (params['pass_ticket']) {
params['pass_ticket'] = encodeURIComponent(decode(params['pass_ticket']).replace(/\s/g, '+'));
}
return params;
}
function insertAfter(dom, afterDom) {
var _p = afterDom.parentNode;
if (!_p) {
return;
}
if (_p.lastChild === afterDom) {
_p.appendChild(dom);
} else {
_p.insertBefore(dom, afterDom.nextSibling);
}
}
if (typeof getComputedStyle === 'undefined') {
if (document.body.currentStyle) {
window.getComputedStyle = function (el) {
return el.currentStyle;
};
} else {
window.getComputedStyle = {};
}
}
function getMaxWith() {
var container = document.getElementById('img-content');
var max_width = container.offsetWidth;
var container_padding = 0;
var container_style = getComputedStyle(container);
container_padding = parseFloat(container_style.paddingLeft) + parseFloat(container_style.paddingRight);
max_width -= container_padding;
if (!max_width) {
max_width = window.innerWidth - 32;
}
return max_width;
}
function getParentWidth(dom) {
var parent_width = 0;
var parent = dom.parentNode;
var outerWidth = 0;
while (true) {
if (!parent || parent.nodeType !== 1) break;
var parent_style = getComputedStyle(parent);
if (!parent_style) break;
parent_width = parent.clientWidth - parseFloat(parent_style.paddingLeft) - parseFloat(parent_style.paddingRight) - outerWidth;
if (parent_width > 16) break;
outerWidth += parseFloat(parent_style.paddingLeft) + parseFloat(parent_style.paddingRight) + parseFloat(parent_style.marginLeft) + parseFloat(parent_style.marginRight) + parseFloat(parent_style.borderLeftWidth) + parseFloat(parent_style.borderRightWidth);
parent = parent.parentNode;
}
if (parent_width parent_width ? parent_width : width,
outerW = getOuterW(dom) || 0,
outerH = getOuterH(dom) || 0,
videoW = rwidth - outerW,
videoH = videoW / ratio_,
speedDotH = 12,
rheight = videoH + outerH + speedDotH;
return {
w: Math.ceil(rwidth),
h: Math.ceil(rheight),
vh: videoH,
vw: videoW,
ratio: ratio_,
sdh: speedDotH
};
}
function setImgSize(item, widthNum, widthUnit, ratio, breakParentWidth) {
var imgPaddingBorder = getOuterW(item) || 0;
var imgPaddingBorderTopBottom = getOuterH(item) || 0;
if (widthNum > getParentWidth(item) && !breakParentWidth) {
widthNum = getParentWidth(item);
}
var heightNum = (widthNum - imgPaddingBorder) * ratio + imgPaddingBorderTopBottom;
widthNum !== 'auto' && (item.style.cssText += ";width: ".concat(widthNum).concat(widthUnit, ";"));
widthNum !== 'auto' && (item.style.cssText += ";height: ".concat(heightNum).concat(widthUnit, ";"));
}
var isAccessibilityKey = 'isMpUserAccessibility';
var imgPlaceholderClass = 'js_img_placeholder';
var isAccessMode = window.localStorage.getItem(isAccessibilityKey);
var imgSizeData;
var validArr = ',' + [0.875, 1, 1.125, 1.25, 1.375].join(',') + ',';
var match = window.location.href.match(/winzoom=(\d+(?:\.\d+)?)/);
if (match && match[1]) {
var winzoom = parseFloat(match[1]);
if (validArr.indexOf(',' + winzoom + ',') >= 0) ;
}
function getImgSrcMainInfo(src) {
var pathName = new URL(src).pathname;
var lastIndex = pathName.lastIndexOf('/');
return lastIndex > 0 ? pathName.slice(0, lastIndex) : pathName;
}
function ajax(obj) {
var url = obj.url;
var xhr = new XMLHttpRequest();
var data = null;
if (_typeof(obj.data) === 'object') {
var d = obj.data;
data = [];
for (var k in d) {
if (d.hasOwnProperty(k)) {
data.push(k + '=' + encodeURIComponent(d[k]));
}
}
data = data.join('&');
} else {
data = typeof obj.data === 'string' ? obj.data : null;
}
xhr.open('POST', url, true);
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {
if (xhr.status >= 200 && xhr.status
';
videoPlaceHolderSpan.style.cssText = "width: " + obj.w + "px;";
insertAfter(videoPlaceHolderSpan, a);
a.style.cssText += ';width: ' + obj.w + 'px;';
a.setAttribute('width', obj.w);
{
videoPlaceHolderSpan.style.cssText += 'height: ' + (obj.h - obj.sdh) + 'px;margin-bottom: ' + obj.sdh + 'px;';
a.style.cssText += 'height: ' + obj.h + 'px;';
a.setAttribute('height', obj.h);
}
a.setAttribute('data-vh', obj.vh);
a.setAttribute('data-vw', obj.vw);
a.setAttribute('data-src', 'https://v.qq.com/iframe/player.html?vid=' + vid + '&width=' + obj.vw + '&height=' + obj.vh + '&auto=0');
a.setAttribute('__sec_open_place_holder__', true);
a.parentNode;
var index = vi;
var mid = window.dataaaa.mid;
var biz = window.dataaaa.bizuin;
var idx = window.dataaaa.idx;
ajax({
url: "/mp/videoplayer?vid=".concat(vid, "&mid=").concat(mid, "&idx=").concat(idx, "&__biz=").concat(biz, "&f=json"),
type: 'GET',
dataType: 'json',
success: function success() {
var json = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var ret = JSON.parse(json);
var ori = ret.ori_status;
var hitBizHeadimg = ret.hit_biz_headimg + '/64';
var hitNickname = ret.hit_nickname;
var hitUsername = ret.hit_username;
if (ori === 2 && hitUsername !== data.user_name) {
var videoBar = document.createElement('div');
videoBar.innerHTML = "
") + '
以下视频来源于
' + '
' + "
") + "
".concat(hitNickname, "
") + '
' + '
' + '
' + '
';
document.querySelectorAll('.video_iframe').forEach(function (item) {
if (item.getAttribute('data-mpvid') === vid && item.getAttribute('data-hasSource') !== '1') {
item.setAttribute('data-hasSource', 1);
item.parentNode.insertBefore(videoBar, item);
}
});
var avatorEle = document.getElementById(vid + index);
var avatorSrc = avatorEle.dataset.src;
console.log('avatorSrc' + avatorSrc);
if (ret.hit_biz_headimg) {
avatorEle.style.backgroundImage = "url(".concat(avatorSrc, ")");
}
}
},
error: function error(xhr) {}
});
};
for (var vi = 0, viLen = videos.length; vi 1682352000) {
hasWidthHeightCount && (new Image().src = "//mp.weixin.qq.com/mp/jsmonitor?idkey=330742_20_".concat(hasWidthHeightCount, "&r=").concat(Math.random()));
noWidthHeightCount && (new Image().src = "//mp.weixin.qq.com/mp/jsmonitor?idkey=330742_21_".concat(noWidthHeightCount, "&r=").concat(Math.random()));
if (!data.picture_page_info_list.length) {
setTimeout(function () {
noWidthHeightCount = document.querySelectorAll('#js_content img').length;
noWidthHeightCount && (new Image().src = "//mp.weixin.qq.com/mp/jsmonitor?idkey=330742_21_".concat(noWidthHeightCount, "&r=").concat(Math.random()));
}, 300);
}
}
}
for (var im = 0, imLen = images.length; im 0) {
if (!isCarton) {
img.src = "data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1px' height='1px' viewBox='0 0 1 1' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E%3C/title%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0'%3E%3Cg transform='translate(-249.000000, -126.000000)' fill='%23FFFFFF'%3E%3Crect x='249' y='126' width='1' height='1'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E";
if (noWidth) {
var fallbackWidth = img.style.width || img.getAttribute('width') || width_;
var fallbackMaxWidth = 360;
fallbackWidth = parseFloat(fallbackWidth, 10) > fallbackMaxWidth ? fallbackMaxWidth : fallbackWidth;
if (fallbackWidth === 'inherit') {
fallbackWidth = fallbackMaxWidth;
}
if (fallbackWidth) {
img.setAttribute('_width', !isNaN(fallbackWidth * 1) ? fallbackWidth + 'px' : fallbackWidth);
}
if (typeof fallbackWidth === 'string' && fallbackWidth.indexOf('%') !== -1) {
fallbackWidth = parseFloat(fallbackWidth.replace('%', ''), 10) / 100 * fallbackMaxWidth;
}
if (fallbackWidth === 'auto') {
fallbackWidth = width_;
if (width_ === 'auto' || !width_) {
fallbackWidth = fallbackMaxWidth;
} else {
fallbackWidth = width_;
}
}
var fallbackRes = /^(\d+(?:\.\d+)?)([a-zA-Z%]+)?$/.exec(init_width);
var fallbackLastWidth = fallbackRes && fallbackRes.length >= 2 ? fallbackRes[1] : 0;
var fallbackUnit = fallbackRes && fallbackRes.length >= 3 && fallbackRes[2] ? fallbackRes[2] : 'px';
setImgSize(img, fallbackLastWidth, fallbackUnit, imgRatio, true);
img.classList.add(imgPlaceholderClass, "wx_img_placeholder");
continue;
}
img.classList.add(imgPlaceholderClass, "wx_img_placeholder");
}
var parent_width = getParentWidth(img) || max_width;
var init_width = img.style.width || img.getAttribute('width') || width_ || parent_width;
init_width = parseFloat(init_width, 10) > max_width ? max_width : init_width;
if (init_width === 'inherit') {
init_width = parent_width;
}
if (init_width) {
img.setAttribute('_width', !isNaN(init_width * 1) ? init_width + 'px' : init_width);
}
if (typeof init_width === 'string' && init_width.indexOf('%') !== -1) {
init_width = parseFloat(init_width.replace('%', ''), 10) / 100 * parent_width;
}
if (init_width === 'auto') {
init_width = width_;
if (width_ === 'auto' || !width_) {
init_width = parent_width;
} else {
init_width = width_;
}
}
var res = /^(\d+(?:\.\d+)?)([a-zA-Z%]+)?$/.exec(init_width);
width_num = res && res.length >= 2 ? res[1] : 0;
width_unit = res && res.length >= 3 && res[2] ? res[2] : 'px';
var imgWidth = width_num;
if (isCarton) {
img.src = imgDataSrc;
img.style.height = 'auto';
} else {
setImgSize(img, imgWidth, width_unit, imgRatio, true);
setImgSize(img, imgWidth, width_unit, imgRatio, false);
}
}
if (!data.is_h5_render) {
img.setAttribute('__sec_open_place_holder__', true);
}
}
init();
}
var ua = navigator.userAgent;
/mac\sos/i.test(ua) && !/(iPhone|iPad|iPod|iOS)/i.test(ua) || /windows\snt/i.test(ua);
var images = document.getElementsByTagName('img');
var videos = [];
var user_name = "gh_36dfda0fb531";
var isCartoonCopyright = '0';
var is_care_mode = '';
var createTimestamp = '1708615534';
var picturePageInfoList = "[{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqB8D6GHEl1bH1zQhuCo0VlXibmc8VfuiblALzYKDKnGBaKsVYxHtiacq6ew/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'1305'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBK8icEQrobX9rGZAsTtfZlZt0uwm2rM3HFrIuicyN0tTJj7U6QibLhvkEA/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'863'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_jpg/P9C6tmKCH5l8Ju5YUGJNDZWibian8oBsA9icmWqtibN6fsTe41nQCVaQ1t8vnQia7HQJdsOBETE7Uu0qKIegzUWiahZw/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1005','height':'543'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/kgSjxJHU9wa6gIDyUuicQU9UVkibSpJSKjpQVmTqWTt2Y0wtZJHg6Mx8puJI1RZQcfCCTyr2QtPp8xibib26fKAnpg/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'640','height':'350'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/SwFnDq0aglG8D6KBkwf8vEQ4j1tULUsZ9khLic70ibqO5ibhYZG0kDtKIajJIqeHE9P21FgWVVcaicOlLjgacxkmVA/640?wx_fmt=png\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'926'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/KVIDGkzeWicsoe9sRTHpQ2iaYnicDLOaT5LmHKEKJu8e5G6r7j1l1Mice1vwmnYsBXvoibyd3zuHPNxQlM47DTQriaWQ/640?wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1\x26amp;amp;wx_fmt=jpeg','width':'561','height':'186'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_jpg/cysWLZy0DCpGsUaPRicAOPWDvic6CISNccHm1ONze9sKKwolicPIyTg7J0zVozWjDNwOtic04NvF4MsmEvS0qxNt5Q/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'875','height':'686'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/Ofe0vpdzytclNmF3Ig19ELID77oTPLMofjfdBRXDawdSXIszLBTmB5Nz6p0ubjEvrIBCNO9eEH0Axib0ibwVicgCQ/640?wx_fmt=png\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'679','height':'508'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_gif/SwFnDq0aglHwicATMxrHBhV9E2XOH7x1aqiaeDX2a8UmNzlSCR89SnFGXOOib01hDol6mGG3O46bcoX7bL48eHseg/640?wx_fmt=gif\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1','width':'450','height':'212'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiaZib25yZRveoiaKcNM9t7f2dmFgZL6n3m6YeKwCkYCYdxap80KIwAlv8w/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'1439'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_gif/M3qibL9KDyQJeThHysiarqFjWyY9oLCibubiaWIfzC9nnib8XV3nGlt6AiarXxs8gwe2HO7kQd7LAH5vquhDRNw4xVsw/640?wx_fmt=gif\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'640','height':'417'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_jpg/5jhGxnAQBcGEO1v6ksfjIxblG4h8icB0ZVzawvBU1JR3DdGe4D3icDotAiax5E4LDRNFsLyc1EBuYpBxtUaJ4QTmQ/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1055','height':'521'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/c5PFxvoGmQHwjFM6Ac7VuDFWjrCrxqYnEMGw4lkzGDwajeQ5PUVFCgD8tia1x8n2Ij1IeK6XeiaCPF6LjpNpXotg/640?wx_fmt=png\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'620'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_gif/SwFnDq0aglG6ODTTSNVticAXfCQ3IpXlfzA6urZDC5WIR2VvkJofsjOkSjhdrQOTm8iaMNmIFd1YQNV4pSftO1Yg/640?wx_fmt=gif\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1','width':'300','height':'300'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_gif/LYpTPBiaWu5Y9diaPvgnnUetTlQ4rqA05zN6IKm6M1tLTbUuqibUlIwgXdeKWKIibanAg8ezQfROfF1qdKHxLdmsHg/640?wx_fmt=gif\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1','width':'422','height':'237'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/jjicklakNLvF30yZlNSEZM3ctQMszjPke0k2fQgAsHo6XE6P2ZyQVggmoIicjjCzz3g22Ld97ia5bg2k4LNQ3wnrQ/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1000','height':'763'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_jpg/4et60nMpAf1ae2xyjnlaePKMkenQ3QX6cWG5TFruQM3blQKGNhqqyBvI3mX49IVwOJiaf7St8M9MOicXjUrEmic3g/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'639','height':'371'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBFWhqIjibv5dNrgict0I1nTic9uchOfJicNiaz0XiaZWtGKx599zUVu5lXqNw/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'694','height':'297'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_jpg/q07V28GXgNfwy6ry8joMuuicV9NFiboLMwQY7PX2PCCicG3tpIdKnJ6RqPKumSKGiaWJZzXTMmrC0vnwcAVbjianVbw/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'1273'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJeThHysiarqFjWyY9oLCibubr7KONSTb7QcVzrA89RV9TKb33VicqeiaZQUoiaydFYy5IwabGPIbPXTrA/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'774','height':'419'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiah5KFbYsibXIYnvL3e3HeU2WYIVTJS07EXTM8n7YMGBznjw3a1k1iclBw/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'973'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/q07V28GXgNfwy6ry8joMuuicV9NFiboLMw0VjFYY0RKzE8iaV0a85xVBVQGjg3nlriazQVMnAUYugzGGk1uknib4rJA/640?wx_fmt=png\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'750','height':'344'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiabFlozV8CDmQ4rgcaiaTn61IZ3zkBK8qFHXAAEGf4WNsZDcic8X39icoTA/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1000','height':'532'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJeThHysiarqFjWyY9oLCibubmj8AeFtPPpdcickK5Ydz6JW90yVE0IpYpsOMicoYsr8zrwDC4Xt6SmOA/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'1363'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBO4KtUmu4lmibnBGzrvwbdPgkRfkYrDooOqOlHjd8DjaddUHsLbZY0IQ/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'573','height':'616'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_png/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBff1G8S0Kib7P8YCdPiaMsBiakVmxBdMlgZJ7qewwPz67ucOyySnRsSkiag/640?wx_fmt=png\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'431','height':'459'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_png/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBo89dsQMVrrwlEMia6naP9jtRias0ic2ABOczkDdNYxtPcAGbBYGEGFUNQ/640?wx_fmt=png\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'671','height':'880'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_gif/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiafUGF6jquvFibicGxJu13wMvjVlOnDhflyRoWCLtUKGdxxr9gB3HUL57g/640?wx_fmt=gif\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'640','height':'343'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBLZM0EN3m0Zy1EoB93BFMvQ56rsvaXhXfZHql6vMsryEf51oBWVHLRQ/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'715','height':'924'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJeThHysiarqFjWyY9oLCibub6q3ObJZIll2hn4RtVibHpsBlvjVfbjyyBRjTNiaR7CfXut6yLw2IiabvA/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'817'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJeThHysiarqFjWyY9oLCibubfxibuClibDz1mcjGO9dU010IJafDd4eyANoWoRhicFsvcxXZFecNNl1JQ/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'1316'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiaDlTCvs292Xd5LO5jU48iaDfOkzyk7GdOfeNzDWgd74S7jAicADTInPlg/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'924'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/q07V28GXgNfwy6ry8joMuuicV9NFiboLMw0VjFYY0RKzE8iaV0a85xVBVQGjg3nlriazQVMnAUYugzGGk1uknib4rJA/640?wx_fmt=png\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'750','height':'344'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiaze14hCoBxVqRAA1gibERShdf58jk3Kpem4wibcMNiaEdKbR4OEsbiarrcQ/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'1525'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_gif/LYpTPBiaWu5a7KzuP5EUqCpPBuibsWyumsVibxewUdlcUCy1gKwiacgUVG4NXWd9OvnSRpW5ChQUjTNDdNOp83ur9g/640?wx_fmt=gif\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1','width':'600','height':'337'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBeRBWiaFWGYJRDb5WiaUEBGpjxJuMibxwHNFCpQiaDjRaz1X2sMLDFBU8Gg/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'595','height':'850'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBLCn7m2eN7ETtGibgOloqQNibJ6WSQuZBkKiaeqfShN0nYhhWiaBJFwPmIg/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'697','height':'718'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBTPt346xDYnCSsGKMxKaxuj8tYx2KrNaU2yxYlbNTCksqq4A2CON4IQ/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'762'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_jpg/jjicklakNLvF30yZlNSEZM3ctQMszjPkeLx22sEl1qFO8Ycdke0EhcM0dH63nb00h75l1J34JUpku4ibRdROuDQg/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'832','height':'684'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_jpg/jjicklakNLvF30yZlNSEZM3ctQMszjPkevhjuAF3fia1heLgEhtbINDqRuMc22Ty6T7C1mdk5UQ2FWrfOjibwlJTg/640?wx_fmt=jpeg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'640','height':'427'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQLwsZjlcYoM2uKicCibdVPIqBd8eFoSGTCTSKZTekwVWQyDiam3iaMrYwrX2z6oMLiaaTNFdDuVoTSV3ibA/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1027','height':'1037'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_jpg/SwFnDq0aglHwicATMxrHBhV9E2XOH7x1aVUSyFsibUlJz44Mc47NYFJCTbSwIMowzezl78GED0nv6iaq1cnGIyCPg/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'541'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiaj8d7Ncanm7rEFxx6NJR5dbicMPBziala4NDicwwPRWRiaiap8Rldd1WlWrA/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'813','height':'683'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/q07V28GXgNfwy6ry8joMuuicV9NFiboLMw0VjFYY0RKzE8iaV0a85xVBVQGjg3nlriazQVMnAUYugzGGk1uknib4rJA/640?wx_fmt=png\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'750','height':'344'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyia3xq0ibcjplIicdr9gYRueELUOVYxmoWvW0grRJuokcba2l7BicXKUIwOQ/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'1326'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_gif/2fundKQJLLWgdpic3e7vuBXp8mcBgdvnoHrZbtIqKfGHSgAMicLnsQ2WjTf2Q6VYHOvuIoOJPFh2vRw7rxecSiatA/640?wx_fmt=gif\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1','width':'320','height':'212'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJeThHysiarqFjWyY9oLCibubGw3rlpLziaicSsWl9hEn6eZuDXQNxHTwlj81enFdFEr1YicBlLHHNvf0A/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'774','height':'419'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_gif/SwFnDq0aglG8D6KBkwf8vEQ4j1tULUsZPWFdHkSp27SLH6L0l5MaDZiaFnwbSzgmXHO9q3y1mrhWgD766WVoxzw/640?wx_fmt=gif\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1','width':'640','height':'274'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/SwFnDq0aglG8D6KBkwf8vEQ4j1tULUsZlFStGbaoLcOtNLWAfktJyBQuGXqWwD2xpVia3P5qKgSjUvkIVr6I2UQ/640?wx_fmt=png\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1080','height':'1066'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiaHgPY3fTaVUvktTwzFP0ibkom4sbkKCRiaoV0t5n5r54xRI6ugghBsKaQ/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1000','height':'1000'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/q07V28GXgNfwy6ry8joMuuicV9NFiboLMw0VjFYY0RKzE8iaV0a85xVBVQGjg3nlriazQVMnAUYugzGGk1uknib4rJA/640?wx_fmt=png\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'750','height':'344'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_jpg/M3qibL9KDyQJeThHysiarqFjWyY9oLCibubI4PWDRSXT26tBG3H9bhHFacL27Ixf6Ll3xAKKDicwOqwQqyEACqcQHg/640?wx_fmt=jpeg\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'1000','height':'920'},{'cdn_url':'https://mmbiz.qpic.cn/sz_mmbiz_gif/M3qibL9KDyQJV4ArHdmYHcwDAxOdg1nyiac6Fz3T5StViarqKibbmEdNicW1yasSeOGW2nCqpibKJ2X84u927fun4XwQ/640?wx_fmt=gif\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'500','height':'288'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_gif/5jhGxnAQBcGEO1v6ksfjIxblG4h8icB0Z5QIdibadM6dO98OF9tpS9ibzCSiaoxzSxf81k6pjjZpbewCGbgIwcVicMg/640?wx_fmt=gif\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1','width':'400','height':'225'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_gif/HficvZ1jS4IHdEKFs1ctWmvCGncHy416fgNbY6E0s2aBiciaygR8ib3cVywTmbhsJyn0TVxaI37Zv2Op2QvjZDQ8fw/640?wx_fmt=gif\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1','width':'275','height':'155'},{'cdn_url':'https://mmbiz.qpic.cn/mmbiz_png/q07V28GXgNfwy6ry8joMuuicV9NFiboLMw0VjFYY0RKzE8iaV0a85xVBVQGjg3nlriazQVMnAUYugzGGk1uknib4rJA/640?wx_fmt=png\x26amp;amp;from=appmsg\x26amp;amp;wxfrom=5\x26amp;amp;wx_lazy=1\x26amp;amp;wx_co=1','width':'750','height':'344'},]";
picturePageInfoList = picturePageInfoList.includes(',]') ? picturePageInfoList.replace(',]', ']') : picturePageInfoList;
try {
picturePageInfoList = JSON.parse(picturePageInfoList.replace(/'/g, '"'));
} catch (err) {
picturePageInfoList = [];
console.error(err);
}
var data = {
is_h5_render: true,
user_name: user_name,
copyright_info: {
is_cartoon_copyright: isCartoonCopyright
},
picture_page_info_list: picturePageInfoList,
create_timestamp: createTimestamp,
user_info: {
is_care_mode: is_care_mode
}
};
setSize(images, videos, data);
})();
'
}, {
querySelector: 'mp-common-product',
genId: function genId(opt) {
return opt.node.getAttribute('data-windowproduct') || '';
},
calW: function calW() {
var opt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return opt.parentWidth * 1 || '100%';
},
calH: function calH(opt) {
var customstyle = opt.node.getAttribute('data-customstyle') || '{}';
if (customstyle) {
try {
var _JSON$parse = JSON.parse(customstyle),
display = _JSON$parse.display,
height = _JSON$parse.height;
if (display !== 'none') {
var customHeight = height.split('px')[0];
var ratio = opt.parentWidth / 350.0 || 1;
customHeight = Math.round(customHeight * ratio);
return customHeight;
}
return 0;
} catch (err) {
console.error(err);
}
}
return 0;
},
replaceContentCssText: '',
appendContentCssText: 'diplay:block;',
outerContainerLeft: '
'
}
]
};
function preloadingInit() {
var opt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
if (typeof document.querySelectorAll !== 'function') {
return;
}
var g = {
maxWith: document.getElementById('img-content').getBoundingClientRect().width,
idAttr: 'data-preloadingid'
};
for (var i = 0, il = opt.config.length; i