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=2105&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: 1716070181, nonceStr: 'R7sM8rbALmdBYo1O', signature: '0a777c3e5a4db1bbddcdc9179b6d9b0d848618c0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662:\u6062\u590d\u95e8\u8bca \u5b9e\u884c\u201c\u4e00\u4eba\u4e00\u8bca\u4e00\u5ba4\u201d","smalltext":"\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u540e\uff0c\u7ef5\u9633\u5e02\u5404\u5927\u533b\u9662\u505c\u6b62\u4e86\u90e8\u5206\u95e8\u8bca\uff0c\u793e\u4f1a\u529e\u533b\u8bca\u7597\u670d\u52a1\u4e5f\u968f\u4e4b\u53eb\u505c\u30022\u670824\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u90e8\u5206\u95e8\u8bca\u5df2\u9010\u6b65\u6062\u590d\u670d\u52a1\uff0c\u6765\u9662\u5c31\u8bca\u60a3\u8005\u53ca\u5bb6\u5c5e\u5747\u9700\u6b63\u786e\u914d\u6234\u53e3\u7f69\uff0c\u5e26\u672c\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2105"}; 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 () { } }); }); }