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=3065&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: 1747101330, nonceStr: '40IWDikUvizdavBF', signature: 'a6bc6db13b0e4ca048150c37b9238455d6d2bfe1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e07\u7c73\u9ad8\u7a7a\u6551\u4eba\uff0c\u4e2d\u533b\u4e13\u5bb6\u6709\u529e\u6cd5","smalltext":"\u8c01\u662f\u533b\u751f\uff1f\u8c01\u662f\u533b\u751f\uff1f\u673a\u4e0a\u6709\u4e58\u5ba2\u9700\u8981\u5e2e\u52a9\uff012019\u5e746\u670819\u65e5\u51cc\u66684\uff1a49\u5728\u5317\u4eac\u98de\u5f80\u6377\u514b\u5e03\u62c9\u683c\u7684\u6d77\u822aHU7937\u822a\u73ed\u4e0a\uff0c\u7a81\u7136\u54cd\u8d77\u673a\u7ec4\u4eba\u5458\u7126\u6025\u5730\u5230\u5904\u5bfb\u627e\u533b\u52a1\u4eba\u5458\u7684\u547c\u53eb\u58f0\u3002\u201c\u6211\u662f\u533b\u751f\uff01\u201d\u6b63\u5728\u719f\u7761","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3065"}; 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 () { } }); }); }