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=4756&classid=11&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: 1715923245, nonceStr: '4pd9SPgI9pRsLZv3', signature: 'f7fb050a8f462e40b8c4da61d088f406766bab15', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4e2d\u5fc3\u533b\u9662-\u6f58\u5168\u4e2d\u5bfc\u533b\u966a\u8bca\u5fd7\u613f\u670d\u52a1\u961f","smalltext":"\u4f5c\u4e3a\u5168\u56fd\u6587\u660e\u5355\u4f4d\u4e94\u8fde\u51a0\uff0c\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4e2d\u5fc3\u533b\u9662\u79ef\u6781\u642d\u5efa\u4eba\u4eba\u53ef\u516c\u76ca\u7684\u5bbd\u5e7f\u5e73\u53f0\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u8df5\u884c\u516c\u76ca\u7cbe\u795e\uff0c\u533b\u9662\u5148\u540e\u8363\u83b7\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u521b\u65b0\u56e2\u961f\u3001\u4e0a\u6d77\u5e02\u5341\u5927\u4f18\u79c0\u5fd7\u613f\u8005\u670d\u52a1\u57fa\u5730\u3001","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4756"}; 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 () { } }); }); }