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=4169&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: 1746314188, nonceStr: 'dQp35PJthQjr17J9', signature: 'abc75d159c8813ad8cef333cc7d1fc826445474b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u73de\u73c8\u5c71\u4e0b\uff0c\u8d74\u4e00\u573a\u6700\u7f8e\u7684\u7ea6\u5b9a","smalltext":"2020\u5e74\uff0c\u6211\u9662\u63f4\u9102\u533b\u62a4\u4eba\u5458\u80dc\u5229\u8fd4\u4e61\u7684\u65f6\u95f4\uff0c\u6b63\u662f\u6b66\u6c49\u6a31\u82b1\u70c2\u6f2b\u7684\u5b63\u8282\u3002\u5982\u4eca\u4e00\u5e74\u8fc7\u53bb\u4e86\uff0c\u6211\u9662\u66fe\u652f\u63f4\u6b66\u6c49\u5927\u5b66\u4eba\u6c11\u533b\u9662\u4e1c\u9662\u533a\u91cd\u75c7\u533b\u5b66\u79d1\u7684\u51af\u7433\u548c\u4e01\u5b81\u53d7\u6b66\u6c49\u5927\u5b66\u4eba\u6c11\u533b\u9662\u9080\u8bf7\uff0c\u91cd\u8fd4\u5979\u4eec\u66fe","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4169"}; 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 () { } }); }); }