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=1580&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: 1747207503, nonceStr: 'u34q12mbPsblo8Ch', signature: '7592be2b3bea89ae91cf0e3fb14323655d113010', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u201c\u547c\u201d\u767e\u5e94\u8fdb\u5bb6\u56ed \u4e49\u8bca\u670d\u52a1\u6696\u4eba\u5fc3","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u6df1\u5165\u5f00\u5c55\u201c\u4e0d\u5fd8\u521d\u5fc3\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\uff0c\u5145\u5206\u53d1\u6325\u533b\u9662\u5185\u5916\u515a\u5efa\u8d44\u6e90\uff0c\u5207\u5b9e\u63d0\u5347\u5e02\u6c11\u5065\u5eb7\u7d20\u517b\uff0c12\u670823\u65e5\u4e0b\u5348\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u201c\u533b\u5609\u4eb2\u201d\u515a\u5458\u5de5\u4f5c\u5ba4\u4e4b\u300a\u533b\u201c\u547c\u201d\u767e\u5e94 \u5065\u5eb7\u5bb6\u56ed","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1580"}; 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 () { } }); }); }