function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=2145&classid=5&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1751414975, nonceStr: '4jHsw1YlaACwhKFn', signature: '7a005d390cfa6c4fd020833e76287d8c94e40218', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u63f4\u9102\u961f\u5458\u624b\u5de5\u5236\u5de5LV\u3001\u9999\u5948\u513f\u3001PRADA\u80cc\u5305","smalltext":" \u201c\u7b80\u7ea6\u800c\u4e0d\u7b80\u5355\uff0c\u4f4e\u8c03\u4e2d\u5e26\u7740\u5962\u534e\u2026\u2026\u201d\u5728\u6b66\u6c49\u6c49\u9633\u65b9\u8231\u533b\u9662\uff0c\u6765\u81ea\u6210\u90fd\u7684\u4e00\u652f\u533b\u7597\u961f\u7684\u968f\u8eab\u5305\u706b\u4e86\uff01\u4ed6\u4eec\u80cc\u7740\u5305\u7a7f\u68ad\u5728\u65b9\u8231\u533b\u9662\u5185\uff0c\u968f\u65f6\u90fd\u4f1a\u5f15\u6765\u75c5\u4eba\u548c\u5176\u4ed6\u533b\u9662\u961f\u5458\u201c\u7fa1\u6155\u201d\u7684\u773c\u5149\uff0c\u201c","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=2145"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }