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=1043&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: 1749447074, nonceStr: 'v7KTqMYJAMVHJYND', signature: '928e09ce512cffb4c1678aaa54cb1c7c5a09c4d9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5357\u5ddd\u533a\u4eba\u6c11\u533b\u9662:\u201c\u513f\u7ae5\u5f71\u9662\u201d\u9996\u573a\u5f00\u6620","smalltext":"\u770b\u7535\u5f71\u5bf9\u4e8e\u666e\u901a\u5c0f\u670b\u53cb\u6765\u8bf4\u662f\u4e00\u4ef6\u5f88\u5e73\u5e38\u7684\u4e8b\u513f\uff0c\u4f46\u662f\u5bf9\u4e8e\u4f4f\u5728\u513f\u7ae5\u5eb7\u590d\u79d1\u7684\u5b69\u5b50\u4eec\u6765\u8bf4\uff0c\u5374\u662f\u4e00\u4ef6\u5f88\u9065\u8fdc\u7684\u4e8b\u513f\u3002\u56e0\u4e3a\u751f\u75c5\uff0c\u8fd9\u513f\u7684\u8bb8\u591a\u5c0f\u670b\u53cb\u81f3\u4eca\u90fd\u6ca1\u8fdb\u8fc7\u7535\u5f71\u9662\u3002\u4e3a\u4e86\u8ba9\u60a3\u513f\u611f\u53d7\u5230\u66f4","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1043"}; 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 () { } }); }); }