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=4641&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: 1749199392, nonceStr: 'I0rkcYTClKghage4', signature: '35bd1cc06dd720a1241b778c6da1341085cc7cd2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662-\u751f\u6b96\u4e2d\u5fc3\u597d\u5b55\u535a\u58eb","smalltext":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u751f\u6b96\u4e2d\u5fc3\u201c\u597d\u5b55\u535a\u58eb\u201d\uff0c\u4e00\u592912\u5c0f\u65f6+\u7684\u5de5\u4f5c\u662f\u600e\u6837\u7684\uff1f\u8bf4\u8d77\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u751f\u6b96\u52a9\u5b55\u4e2d\u5fc3\u7684\u9a6c\u6587\u7ea2\u535a\u58eb\uff0c\u4eba\u4eec\u5bf9\u5979\u7684\u5370\u8c61\u662f\u533b\u672f\u7cbe\u6e5b\u7684\u201c\u597d\u5b55\u535a\u58eb\u201d\uff0c\u662f\u5987\u5e7c\u4e00\u53f7\u96be\u6c42\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4641"}; 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 () { } }); }); }