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=1366&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: 1747190413, nonceStr: 'C2Eu7OpmGbtrj10j', signature: '60934397f87d88140b9db071f586da309bb10ec4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/22403833ccca1ed08326a5e83e2588ee.jpg","title":"\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u4e2a\u4eba\u6e29\u6696\u4e00\u5ea7\u57ce\uff0c\u5916\u5356\u5c0f\u54e5\u51fa\u9662\u4e86","smalltext":"\u4ed6\u662f\u4e00\u4f4d\u5916\u5356\u5c0f\u54e5\uff0c\u4e3a\u4e86\u751f\u6d3b\uff0c\u7a7f\u884c\u4e8e\u5927\u8857\u5c0f\u5df7\u3002\u4ed6\u662f\u4e00\u4f4d\u597d\u4eba\uff0c\u4e3a\u4e86\u4e00\u4e2a\u53d7\u4f24\u7684\u964c\u751f\u4eba\u505c\u6b62\u63a5\u5355\uff0c\u5728\u98ce\u96e8\u4e2d\u5954\u6ce2\u3002\u4ed6\u662f\u4e00\u4f4d\u5e73\u51e1\u7684\u4eba\uff0c\u5728\u90a3\u4e00\u523b\uff0c\u5374\u8ba9\u4eba\u770b\u89c1\u4e86\u90a3\u9897\u5584\u826f\u70ed\u5ff1\u7684\u5fc3\u3002\u4ed6\uff0c\u5c31\u662f\u8d75\u5fd7\u6052","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1366"}; 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 () { } }); }); }