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=253&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: 1743901110, nonceStr: 'sa9nukiwDtDOEkTF', signature: 'c3182a19a0e82fd462d3a88c5d94f882a8bbdeac', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/c6c698b049eae669e5da6825766e70a0.jpg","title":"\u6c5f\u82cf\u7701\u5e38\u5dde\u4e00\u9662\u4e3e\u529e\u7eaa\u5ff5\u4e94\u56db\u8fd0\u52a8100\u5468\u5e74\u66a8\u7b2c\u5341\u4e00\u671f\u201c\u9752\u5e74\u5927\u821e\u53f0\u201d\u6d3b\u52a8","smalltext":" 5\u67085\u65e5\u4e0b\u5348\uff0c\u7531\u6c5f\u82cf\u7701\u5e38\u5dde\u4e00\u9662\u56e2\u59d4\u4e3b\u529e\u7684\u201c\u9752\u6625\u5fc3\u5411\u515a \u00b7 \u5efa\u529f\u65b0\u65f6\u4ee3\u201d\u7eaa\u5ff5\u4e94\u56db\u8fd0\u52a8100\u5468\u5e74\u66a8\u7b2c\u5341\u4e00\u671f\u9752\u5e74\u5927\u821e\u53f0\u6d3b\u52a8\u5728\u533b\u9662\u5b66\u672f\u62a5\u544a\u5385\u62c9\u5f00\u5e37\u5e55\uff0c\u5e38\u5dde\u5e02\u536b\u5065\u59d4\u515a\u59d4\u526f\u4e66\u8bb0\u4f55","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=253"}; 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 () { } }); }); }