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=1195&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: 1714959857, nonceStr: 'DfKO5KiJx9Y019OG', signature: 'dc7c038e72e8ed7731147b79ce4a0948f4ad477a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\u51af\u65b0\u5fe0\uff1a\u65f6\u95f4\u4ece\u6765\u4e0d\u8bed \u5374\u56de\u7b54\u6240\u6709\u95ee\u9898","smalltext":"\u7ecf\u8fc7\u8fd1\u4e00\u4e2a\u6708\u7684\u7cbe\u5fc3\u7ec4\u7ec7\u7b56\u5212\uff0c\u7ec8\u4e8e\u628a\u957f\u6cbb\u5e02\u7b2c\u4e8c\u5c4a\u533b\u5b66\u4eba\u6587\u4ea4\u6d41\u4f1a\u7684\u4e8b\u60c5\u7ed3\u675f\u3002\u60f3\u7740\u53ef\u4ee5\u5c1d\u8bd5\u7740\u8ba9\u81ea\u5df1\u653e\u677e\u4e0b\u6765\u3002\u4f46\u53c8\u4e0d\u77e5\u9053\u8be5\u7528\u4f55\u79cd\u65b9\u5f0f\u6765\u629a\u6170\u8fd9\u5373\u5c06\u7a92\u606f\u7684\u8eab\u5fc3\u3002\u4f1a\u8bae\u7ed3\u675f\u5f53\u5929\u4e0b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1195"}; 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 () { } }); }); }