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=1110&classid=4&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: 1716149147, nonceStr: 'FIf123CVyHJ9bnPo', signature: 'feb387ac70f0713643f4638ee4a56e401ac0d238', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u9644\u5c5e\u540c\u6d4e\u533b\u9662\u90d1\u667a:\u6cbb\u5fc3\u56e2\u961f\u7684\u90a3\u4e9b\u6696\u5fc3\u4e8b","smalltext":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u9644\u5c5e\u540c\u6d4e\u533b\u9662\u5fc3\u810f\u5927\u8840\u7ba1\u5916\u79d1\u6709\u4e00\u652f\u8fd9\u6837\u7684\u533b\u7597\u56e2\u961f\uff0c\u88ab\u75c5\u53cb\u4eec\u4eb2\u5207\u7684\u79f0\u4e3a\u201c\u6cbb\u5fc3\u56e2\u961f\u201d\u3002\u4ed6\u4eec\u4e0d\u53ea\u662f\u4ece\u8eab\u4f53\u4e0a\u6cbb\u7597\u75c5\u4eba\u7684\u75be\u75c5\uff0c\u800c\u662f\u4ece\u5fc3\u7406\u4e0a\u5b89\u629a\u75c5\u4eba\u60c5\u7eea\uff0c\u5e2e\u52a9\u75c5\u4eba\u4ece\u751f\u7406","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1110"}; 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 () { } }); }); }