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=3348&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: 1749376027, nonceStr: 'RDbTUjLaeqstx9qw', signature: 'dc362af46dc911f1c602eadc3dc502834e57e148', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u5065\u5eb7\u201c\u7ae5\u201d\u884c \u878d\u521b\u672a\u6765","smalltext":"\u201c\u516d\u4e00\u201d\u56fd\u9645\u513f\u7ae5\u8282\u65e2\u662f\u513f\u7ae5\u7684\u8282\u65e5\uff0c\u4e5f\u7275\u52a8\u7740\u65e0\u6570\u4eba\u7684\u5fc3\u3002\u513f\u7ae5\u662f\u672a\u6765\u548c\u5e0c\u671b\uff0c\u513f\u7ae5\u5065\u5eb7\u662f\u56fd\u5bb6\u7ecf\u6d4e\u793e\u4f1a\u53d1\u5c55\u4e0e\u6587\u660e\u8fdb\u6b65\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u4fc3\u8fdb\u513f\u7ae5\u5065\u5eb7\uff0c\u5bf9\u4e8e\u5168\u9762\u63d0\u9ad8\u4e2d\u534e\u6c11\u65cf\u7d20\u8d28\u3001\u5efa\u8bbe","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3348"}; 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 () { } }); }); }