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=1191&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: 1714732714, nonceStr: 'zNBhZqzgcysxfDGK', signature: 'ab1ae011eee7f4060f13ceb70d5cfafbf3b75a40', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6768\u590f\u5dcd:\u6211\u4ece\u6d77\u8fb9\u6765","smalltext":"\u201c\u827a\u672f\u6765\u6e90\u4e8e\u751f\u6d3b\u201d\uff0c\u66f4\u5e94\u8be5\u56de\u5f52\u5230\u751f\u6d3b\u4e2d\u53bb\u3002\u4f5c\u4e3a\u4e00\u4e2a\u5b66\u827a\u672f\u4e13\u4e1a\u51fa\u8eab\u7684\u4eba\uff0c\u6211\u5230\u533b\u9662\u5de5\u4f5c\u5df2\u7ecf10\u5e74\u4e86\u3002\u4ece\u521d\u521d\u7684\u65b0\u4eba\u590d\u5370\u6587\u4ef6\uff0c\u5230\u8bbe\u8ba1\u89c4\u5212\u533b\u9662\u6574\u4f53\u6587\u5316\uff0c\u4ee5\u827a\u672f\u7684\u89d2\u5ea6\u6765\u505a\u7ec6\u505a\u7cbe\u6bcf\u4ef6\u4e8b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1191"}; 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 () { } }); }); }