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=2042&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: 1747146970, nonceStr: 'NO3wSCFvmKgjnJfe', signature: 'ceee4791772a7286f1f721b1af0e099330f5ee37', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u8ba9\u60a3\u8005\u6765\u533b\u9662\u968f\u5230\u968f\u68c0","smalltext":"\u5728\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u8bca\u65ad\u4e0a\uff0c\u5f71\u50cf\u68c0\u67e5\u662f\u5fc5\u4e0d\u53ef\u5c11\u7684\uff0c\u5b83\u4e0d\u4ec5\u662f\u8bca\u65ad\u7684\u4e00\u79cd\u4f9d\u636e\uff0c\u4e5f\u662f\u63d0\u793a\u75c5\u60c5\u53d8\u5316\u7684\u76f4\u89c2\u8bc1\u660e\u3002\u79fb\u52a8DR\u662f\u6700\u65b9\u4fbf\u3001\u5feb\u6377\u7684\u5f71\u50cf\u68c0\u67e5\u65b9\u5f0f\uff0c\u4e0d\u4ec5\u65e0\u521b\uff0c\u68c0\u67e5\u65f6\u95f4\u77ed\u3001\u5c04\u7ebf\u91cf\u66f4\u4f4e\uff0c\u6761","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2042"}; 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 () { } }); }); }