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=1079&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: 1716053805, nonceStr: 'wnol1bq23oWRsRQL', signature: '1efbf8d131a0f2f78df6e93b7745b8b92f0dd651', 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\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u51af\u8c46\uff1a\u6700\u540e\u7684\u7559\u8a00","smalltext":"\u201c\u6211\u662f\u4ecb\u5165\u79d1\u7684\u8d44\u6df1\u75c5\u53f7\u4e86\uff0c\u81ea\u4ece\u8fdb\u5165\u4ecb\u5165\u79d1\u4e0e\u75c5\u9b54\u4f5c\u6597\u4e89\uff0c\u81f3\u4eca\u5df2\u5f80\u6765\u4e86\u5341\u4e8c\u6b21\u4e86\uff0c\u79d1\u5ba4\u7684\u62a4\u58eb\u56e2\u961f\u771f\u662f\u4e2a\u975e\u5e38\u4f18\u79c0\u7684\u56e2\u961f\uff0c\u62a4\u58eb\u4eec\u5de5\u4f5c\u4e3b\u52a8\uff0c\u7ec6\u5fc3\uff0c\u8010\u5f97\u70e6\uff0c\u6709\u65f6\u78b0\u5230\u75c5\u53cb\u5728\u75c5\u75db\u7684\u6298\u78e8\u4e0b\u5fc3\u60c5\u4e0d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1079"}; 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 () { } }); }); }