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=2251&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: 1747124464, nonceStr: 'crk5E0EJa4j3Lipq', signature: '2cd2668ce13bccb538183c4c23420bb32564f1cd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u51e4\u5cad\u5317\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u5b88\u521d\u5fc3 \u62c5\u4f7f\u547d \u7b51\u7262\u75ab\u60c5\u9632\u62a4\u5899","smalltext":"\u201c\u7b49\u6211\u628a\u8fd9\u4e2a\u57f9\u8bad\u8bfe\u4ef6\u505a\u5b8c\u4e86\u5c31\u56de\u53bb\u201d\u3002\u665a\u4e0a11\u70b9\u591a\u4e86\uff0c\u51e4\u5cad\u5317\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u4e3b\u4efb\u674e\u71d5\u82ac\u6302\u4e86\u4e08\u592b\u7684\u7535\u8bdd\u540e\uff0c\u53c8\u7ee7\u7eed\u6295\u5165\u5230\u7e41\u91cd\u7684\u5de5\u4f5c\u4e2d\u53bb\uff0c\u5979\u5df2\u7ecf\u8bb0\u4e0d\u8d77\u8fd9\u662f\u7b2c\u51e0\u4e2a\u52a0\u73ed\u7684\u665a\u4e0a\u4e86\u3002\u5728","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2251"}; 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 () { } }); }); }