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=5352&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: 1715018404, nonceStr: '0Eds6dRhLhQV5aMK', signature: 'e80c5f8fb50f7f7a66ed57135a1a8ca40c4f8db7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u60e0\u6c11\u653f\u7b56\u843d\u5730\uff0c\u4eba\u5de5\u5173\u8282\u7f6e\u6362\u8d70\u8fdb\u201c\u5343\u5143\u65f6\u4ee3\u201d","smalltext":"\u8fd1\u65e5\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u9996\u6279\u91c7\u7528\u56fd\u5bb6\u96c6\u91c7\u4eba\u5de5\u5173\u8282\uff08\u9acb\u3001\u819d\uff09\u8fdb\u884c\u624b\u672f\u7684\u60a3\u8005\u5df2\u5eb7\u590d\u51fa\u9662\uff0c\u6807\u5fd7\u7740\u201c\u56fd\u91c7\u201d\u4eba\u5de5\u5173\u8282\u5728\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u6b63\u5f0f\u843d\u5730\u5b9e\u65bd\u3002\u201c\u76f8\u540c\u7684\u624b\u672f\uff0c\u76f8\u540c\u7684\u5047\u4f53\uff0c\u6bd4\u4e0a\u6b21\u7f6e\u6362\u624b\u672f\u5c11\u82b1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5352"}; 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 () { } }); }); }