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=542&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: 1746263753, nonceStr: '3idPVRlZ3aJQMPk9', signature: '0effe00b56c57388482516942969692fcce8338d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/beb05e04036ada0648482bfcfb4f3146.jpg","title":"\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u5728\u9655\u897f\u7701\u7387\u5148\u6253\u90205G\u667a\u6167\u533b\u9662","smalltext":"6\u67083\u65e5\uff0c\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662\u4e3e\u884c\u667a\u6167\u533b\u7597\u5efa\u8bbe\u9879\u76ee\u542f\u52a8\u66a85G\u7269\u8054\u7f51\u57fa\u5730\u7b7e\u7ea6\u4eea\u5f0f\uff0c\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662\u4e0e\u4e1c\u8f6f\u96c6\u56e2\u80a1\u4efd\u6709\u9650\u516c\u53f8\u3001\u534e\u4e3a\u6280\u672f\u6709\u9650\u516c\u53f8\u5171\u540c\u7b7e\u7f72\u4e86\u300a\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662\u3001\u4e1c\u8f6f\u96c6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=542"}; 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 () { } }); }); }