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=1798&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: 1714253808, nonceStr: 'JVz6PJxtsrkHKgaz', signature: '209a0970bcd1116b2fc221bbd0ed26d8ee124deb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u5973\u513f\u558a\u8bdd\u6b66\u6c49\u6218\u201c\u75ab\u201d\u7684\u8001\u7238\uff0c\u4f60\u662f\u5149\u8363\u7684\u4e00\u4efd\u5b50","smalltext":"\u201c\u4f60\u662f\u5149\u8363\u7684\u4e00\u4efd\u5b50\uff0c\u662f\u751f\u547d\u7684\u9006\u884c\u8005\uff0c\u5e0c\u671b\u4f60\u80fd\u4fdd\u91cd\u8eab\u4f53\uff0c\u4e0d\u8981\u628a\u81ea\u5df1\u7d2f\u574f\u4e86\u3002\u201d\u4e50\u4e50\u662f\u5e38\u5dde\u5e02\u5b9e\u9a8c\u4e2d\u5b66\u521d\u4e00\u7684\u5b66\u751f\uff0c\u5979\u7684\u7236\u4eb2\u95eb\u5ef7\u8d5e\u662f\u5e38\u5dde\u9996\u6279\u63f4\u52a9\u6e56\u5317\u533b\u7597\u961f\u526f\u961f\u957f\u3001\u5e38\u5dde\u4e00\u9662\u547c\u5438\u4e0e\u5371","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1798"}; 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 () { } }); }); }