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=5025&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: 1744318094, nonceStr: 'XImhxuqZL4aRtkxW', signature: '0f0b3b2174ed0cd3d32659cd62c343c8e421ca92', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u201c\u4e16\u754c\u5352\u4e2d\u65e5\u201d\u4e49\u8bca\u6d3b\u52a8","smalltext":"\u4e3a\u4e86\u8fdb\u4e00\u6b65\u63d0\u9ad8\u5e02\u6c11\u5bf9\u8111\u5352\u4e2d\u53ca\u5176\u5371\u9669\u56e0\u7d20\u7684\u8ba4\u8bc6\u548c\u81ea\u6211\u4fdd\u5065\u80fd\u529b\uff0c\u4e86\u89e3\u548c\u638c\u63e1\u8111\u5352\u4e2d\u7684\u9632\u6cbb\u77e5\u8bc6\uff0c\u9884\u9632\u548c\u51cf\u5c11\u8111\u5352\u4e2d\u7684\u53d1\u751f\uff0c\u81ea\u89c9\u517b\u6210\u826f\u597d\u7684\u5065\u5eb7\u884c\u4e3a\u548c\u751f\u6d3b\u65b9\u5f0f\uff0c28\u65e5\u4e0a\u5348\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5025"}; 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 () { } }); }); }