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=3524&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: 1714240598, nonceStr: 'tgJ9UtTW1WPjCZxf', signature: '84c26ee826c3f9c540d7dda26244ae81ec8e1300', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u6700\u7f8e\u201c\u6258\u4e3e\u5973\u201d","smalltext":"7\u670822\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u4e00\u6761\u6700\u7f8e\u201c\u6258\u4e3e\u5973\u201d\u7684\u62a5\u9053\u4e00\u591c\u95f4\u5237\u7206\u670b\u53cb\u5708\uff0c\u4e00\u4f4d\u5f85\u4ea7\u5987\u4ece\u53d1\u73b0\u8110\u5e26\u8131\u5782\u5230\u65b0\u751f\u513f\u5a29\u51fa\u4ec5\u4ec5\u7528\u65f615\u5206\u949f\u3002\u8be5\u9662\u5987\u4ea7\u79d1\u7684\u533b\u62a4\u4eba\u5458\u5c55\u5f00\u4e86\u201c\u751f\u547d\u63a5\u529b\u201d\uff0c\u4e0e\u201c\u6b7b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3524"}; 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 () { } }); }); }