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=1645&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: 1747167371, nonceStr: '2wkFqihdDWeqsYIh', signature: '2977b77c25ee99239e55b897a12caaf1e7c806f4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662:2\u4e2a\u6708\u5b9d\u5b9d\u8bef\u559d50\u591a\u5ea6\u767d\u9152\u540e\u2026\u2026","smalltext":"\u201c\u53ee\u94c3\u94c3\u2026\u2026..\u201d\u4e0a\u5348\u5927\u6982\u5341\u70b9\u534a\u5de6\u53f3\uff0c\u6211\u6b63\u5728\u95e8\u8bca\u5ba4\u91cc\u5fd9\u5f97\u4e0d\u53ef\u5f00\u4ea4\uff0c\u4e00\u9635\u6025\u4fc3\u7684\u7535\u8bdd\u94c3\u58f0\u54cd\u8d77\u3002\u770b\u4e86\u4e00\u773c\u6765\u7535\u663e\u793a\uff0c908312\uff0c\u62a2\u6551\u5ba4\u7535\u8bdd\uff01\u6211\u8d76\u7d27\u505c\u4e0b\u6b63\u5728\u63a5\u8bca\u7684\u75c5\u4eba\uff0c\u6293\u8d77\u7535\u8bdd\uff0c\u201c\u94b1\u533b\u751f\uff0c\u62a2\u6551","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1645"}; 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 () { } }); }); }