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=2364&classid=10&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: 1746290530, nonceStr: 'jejrjZVBjIL312yS', signature: '357c0bba8c2cbc8230ef51e0a25a1e3786807e2b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4e\u5357\u5e02\u76ae\u80a4\u75c5\u9632\u6cbb\u9662\uff1a\u4f9d\u6258\u533b\u9662\u5065\u5eb7\u4fc3\u8fdb\u5de5\u4f5c\u63d0\u5347\u533b\u9662\u4f18\u8d28\u670d\u52a1\u54c1\u724c\u5efa\u8bbe","smalltext":"\u6809\u98ce\u6c90\u96e8\u4e5d\u5341\u8f7d\uff0c\u4ee5\u5df1\u6240\u957f\u3001\u6276\u56f0\u52a9\u5f31\uff0c\u521b\u65b0\u60e0\u6c11\u7cfb\u767e\u59d3\uff0c\u4fbf\u6c11\u3001\u5229\u6c11\u8d62\u8d5e\u8a89\u3002\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u57282016\u5e74\u5168\u56fd\u536b\u751f\u4e0e\u5065\u5eb7\u5927\u4f1a\u4e0a\u66fe\u6307\u51fa\uff1a\u6ca1\u6709\u5168\u6c11\u5065\u5eb7\uff0c\u5c31\u6ca1\u6709\u5168\u9762\u5c0f\u5eb7\u3002\u8981\u628a\u4eba\u6c11\u5065\u5eb7\u653e\u5728\u4f18\u5148\u53d1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2364"}; 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 () { } }); }); }