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=3409&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: 1714318402, nonceStr: 's97iZ5jj4tGDrzcC', signature: '87799824b4caa5d95d568cf8abbbd39d6683c4a6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u78c1\u6027\u51dd\u805a\uff0c\u5fc3\u5fc3\u76f8\u62a4","smalltext":"\u6000\u80ce10\u6708\uff0c\u5f53\u4e00\u4e2a\u5b9d\u5b9d\u5471\u5471\u5760\u5730\u5f97\u65f6\u5019\uff0c\u7ed9\u4e00\u4e2a\u5bb6\u5ead\u4e5f\u5e26\u53bb\u4e86\u559c\u60a6\u4e0e\u5e78\u798f\uff0c\u53ef\u6bcf\u5f53\u5b9d\u5b9d\u751f\u75c5\u7684\u65f6\u5019\u4e5f\u8ba9\u4e00\u4e2a\u5bb6\u5ead\u9677\u5165\u4e86\u7126\u8651\u4e0e\u4e0d\u5b89\u3002 \u6709\u8fd9\u6837\u4e00\u4e2a\u5973\u5b9d\u5b9d\uff0c\u51fa\u751f3\u6708\uff0c\u8bca\u65ad\u4e3a\u7f3a\u6c27\u6027\u8111\u75c5\uff0c\u9700\u8981\u8fdb\u884c\u5934","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3409"}; 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 () { } }); }); }