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=2767&classid=13&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: 1715800541, nonceStr: 'ESqGoxZxf0QTkh32', signature: '9cdd5c365c7d92cd66aed9813368c3691514d901', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u660c\u5927\u5b66\u7b2c\u4e09\u9644\u5c5e\u533b\u9662\u5ba3\u4f20\u79d1\uff1a\u4ee5\u4f20\u64ad\u5065\u5eb7\u4e3a\u5f15\u9886","smalltext":"\u5357\u660c\u5927\u5b66\u7b2c\u4e09\u9644\u5c5e\u533b\u9662\u5ba3\u4f20\u79d1\u4ee5\u533b\u9662\u201c\u4e03\u5927\u5de5\u7a0b\u201d\u4e3a\u6293\u624b\uff0c\u4ee5\u4f20\u64ad\u5065\u5eb7\u4e3a\u5f15\u9886\uff0c\u201c\u5168\u65b9\u4f4d\u3001\u9ad8\u8d28\u91cf\u3001\u5927\u529b\u5ea6\u3001\u591a\u5f62\u5f0f\u201d\u5730\u5ba3\u4f20\u533b\u9662\u5404\u65b9\u9762\u5de5\u4f5c\u3002\uff08\u4e00\uff09\u3001\u201c\u7a33\u63a8\u201d\u5e38\u6001\u5de5\u4f5c\uff0c\u5f15\u5bfc\u826f\u6027\u5ba3\u4f20\u533b\u9662\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2767"}; 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 () { } }); }); }