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=4326&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: 1744969851, nonceStr: 'EW0Fd3KLlgxlNiqj', signature: 'cee390dd89ee8b638a11878b20770650ab879840', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/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\u4f20\u627f\u7ea2\u8272\u57fa\u56e0\uff0c\u521b\u65b0\u53d1\u5c55\u62a4\u7406","smalltext":"\u4e3a\u8fce\u63a5\u5efa\u515a100\u5468\u5e74\uff0c\u79ef\u6781\u8df5\u884c\u201c\u4eba\u6c11\u57ce\u5e02\u4eba\u6c11\u5efa\uff0c\u4eba\u6c11\u57ce\u5e02\u4e3a\u4eba\u6c11\u201d\u91cd\u8981\u7406\u5ff5\uff0c5\u670813\u65e5\u4e0a\u5348\uff0c\u7531\u4e0a\u6d77\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u4e3b\u529e\uff0c\u4e0a\u6d77\u5e02\u62a4\u7406\u5b66\u4f1a\u3001\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u627f\u529e\u7684\u201c\u4f20\u627f\u7ea2\u8272\u57fa\u56e0\uff0c\u521b\u65b0\u53d1\u5c55\u62a4\u7406","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4326"}; 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 () { } }); }); }