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=5451&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: 1715754132, nonceStr: 'dTXxop1nJPpMbrL8', signature: 'ce842aeb7992f291a54e9c61231def08a37a239b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u5973\u5b50\u7a81\u53d1\u4f4e\u8840\u7cd6\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u62a4\u58eb\u7d27\u6025\u51fa\u624b\u6551\u6025","smalltext":"\u201c\u4eca\u5e74\u7684\u590f\u5929\u5929\u6c14\u5f02\u5e38\u708e\u70ed\uff0c\u5bb9\u6613\u53d1\u751f\u865a\u8131\u4f4e\u8840\u7cd6\uff0c\u5927\u5bb6\u8981\u505a\u597d\u9632\u6691\u5de5\u4f5c\u3002\u201d\u8fd9\u662f\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u4f53\u68c0\u4e2d\u5fc3\u62a4\u58eb\u738b\u859b\u53d1\u5728\u670b\u53cb\u5708\u7684\u4e00\u6bb5\u201c\u53cb\u60c5\u63d0\u9192\u201d\u3002\u8fd9\u6761\u770b\u4f3c\u666e\u901a\u7684\u201c\u53cb\u60c5\u63d0\u9192\u201d\u5374\u4e0d\u7ecf","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5451"}; 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 () { } }); }); }