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=4818&classid=11&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: 1743764587, nonceStr: 'PdzDhUo3kHSuiepc', signature: 'c4f44a7d2cbe9016239bff7fdf2998d3e725fe30', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u89e3\u653e\u519b\u8054\u52e4\u4fdd\u969c\u90e8\u961f\u7b2c988\u533b\u9662-\u56e2\u7ed3\u5907\u6218\u3001\u51fa\u624b\u5fc5\u51fa\u5f69","smalltext":"2018\u5e74\uff0c\u519b\u961f\u533b\u9662\u8c03\u6574\u6539\u9769\u5168\u9762\u843d\u5730\u3001\u65b0\u7f16\u5236\u4f53\u5236\u6b63\u5f0f\u8fd0\u884c\uff0c\u9002\u5e94\u65b0\u5f62\u52bf\u4e0b\u519b\u961f\u7f16\u5236\u4f53\u5236\u8c03\u6574\u6539\u9769\u65b0\u8981\u6c42\uff0c\u519b\u961f\u62a4\u7406\u5de5\u4f5c\u53d1\u5c55\u9762\u4e34\u65b0\u673a\u9047\u4e0e\u6311\u6218\uff0c\u6309\u7167\u201c\u51fa\u624b\u5fc5\u51fa\u5f69\uff0c\u5b8c\u6210\u5fc5\u5b8c\u7f8e\u201d\u7684\u539f\u5219\uff0c\u575a\u6301\u8d34","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4818"}; 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 () { } }); }); }