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=2140&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: 1747123062, nonceStr: '3wJv0e9BDImaEmL2', signature: 'd38df9d96129af8f0e5b85602051625fefae107f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u6297\u75ab\u867d\u8f9b \u611f\u52a8\u5e38\u5728\u2014\u2014\u65b0\u51a0\u53d1\u70ed\u95e8\u8bca\u6709\u7fa4\u201c\u7f8e\u5c11\u5973\u6218\u58eb\u201d","smalltext":"\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u5e7f\u5927\u533b\u52a1\u4eba\u5458\u820d\u5c0f\u5bb6\u987e\u5927\u5bb6\uff0c\u591c\u4ee5\u7ee7\u65e5\u6295\u8eab\u6297\u75ab\u4e00\u7ebf\uff0c\u7559\u4e0b\u4e86\u6700\u7f8e\u9006\u884c\u8005\u7684\u8eab\u5f71\u30022\u670828\u65e5\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u7b2c\u4e00\u6279\u533b\u62a4\u4eba\u5458\u8d70\u51fa\u9694\u79bb\u75c5\u533a\uff0c\u4ed6\u4eec\u4ece\u5927\u5e74\u521d\u4e00\u533b\u9662\u9662\u611f\u697c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2140"}; 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 () { } }); }); }