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=5254&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: 1716007481, nonceStr: 'JKLXHJIi0Xs4M9n4', signature: '5fc3e7cce3093726b1c530ba51f470a3ad88d756', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a4:39\uff0c\u97f6\u5987\u5e7c\u9632\u8303\u533a\u63a5\u56de\u4ea7\u5987\u987a\u5229\u5206\u5a29","smalltext":"17\u65e5\u51cc\u6668\uff0c\u5bb6\u4f4f\u91d1\u6cfd\u56ed\u9632\u8303\u533a\u7684\u5b55\u5987\u674e\u5973\u58eb\u4e00\u5bb6\u8fce\u6765\u559c\u8baf\u2014\u20144:39\uff0c\u5b5539+3\u5468\u7684\u674e\u5973\u58eb\u5728\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u987a\u5229\u8bde\u4e0b\u7537\u5a74\u3002 \u674e\u5973\u58eb\u5bb6\u4f4f\u5728\u6b66\u6c5f\u533a\u91d1\u6cfd\u56ed\uff0c3\u670815\u65e5\uff0c\u56e0\u75ab\u60c5\u9632\u63a7\u88ab\u7eb3\u5165\u9632\u8303\u533a\uff0c\u800c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5254"}; 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 () { } }); }); }