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=3946&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: 1746612422, nonceStr: 'M5UUrJDtQCBQEp7U', signature: '662ac323d4fb7da964bee1522c099ad31e894f8e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u3010\u63d0\u9192\u3011\u6cb3\u5317\u4e24\u5bb6\u533b\u9662\u56e0\u75ab\u60c5\u9662\u611f\u9632\u63a7\u4e0d\u529b\u88ab\u901a\u62a5\uff0c\u76f8\u5173\u4eba\u5458\u88ab\u95ee\u8d23","smalltext":"1\u670819\u65e5\uff0c\u56fd\u5bb6\u536b\u5065\u59d4\u5b98\u7f51\u53d1\u5e03\u5173\u4e8e\u6cb3\u5317\u7701\u77f3\u5bb6\u5e84\u5e02\u85c1\u57ce\u4eba\u6c11\u533b\u9662\u3001\u65b0\u4e50\u5e02\u4e2d\u533b\u9662\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9662\u611f\u9632\u63a7\u4e0d\u529b\u60c5\u51b5\u7684\u901a\u62a5\u79f0\uff0c\u8fd1\u671f\uff0c\u6cb3\u5317\u7701\u77f3\u5bb6\u5e84\u5e02\u53d1\u751f\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u3002\u5728\u75ab\u60c5\u5e94\u5bf9\u5de5\u4f5c\u4e2d\uff0c\u6cb3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3946"}; 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 () { } }); }); }