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=1050&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: 1749447597, nonceStr: 'aDPCyC4r14Gdi6Yc', signature: '47e3e0c9c8432ff038308a2b41b43e598cecde3f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u8111\u888b\u5927\u3001\u8116\u5b50\u7c97\uff0c\u9664\u4e86\u5927\u6b3e\u548c\u4f19\u592b\uff0c\u4f60\u8fd8\u53ef\u80fd\u662f\u2026\u2026","smalltext":" 2001\u5e74\uff0c\u4e2d\u592e\u7535\u89c6\u53f0\u6625\u8282\u8054\u6b22\u665a\u4f1a\u4e0a\uff0c\u7531\u8d75\u672c\u5c71\u3001\u8303\u4f1f\u7b49\u4eba\u8868\u6f14\u7684\u5c0f\u54c1\u300a\u5356\u62d0\u300b\u6df1\u5165\u4eba\u5fc3\uff0c\u5982\u679c\u6ca1\u6709\u8bb0\u9519\uff0c\u5176\u4e2d\u90a3\u53e5\u201c\u8111\u888b\u5927\u3001\u8116\u5b50\u7c97\uff0c\u4e0d\u662f\u5927\u6b3e\u5c31\u662f\u4f19\u592b\u201d\u53f0\u8bcd\uff0c\u7b80\u76f4\u5c31\u662f\u5f53\u5e74\u7684\u6700\u7ea2\u7f51\u7edc\u8bed","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1050"}; 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 () { } }); }); }