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=4019&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: 1746313121, nonceStr: 'cDnWfwurbmcc0udt', signature: '24da717a0ab6141ccff6ca0c306e749047809e9d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662:\u300a\u661f\u706b\u300b\u5065\u5eb7\u9a7f,\u6587\u5316\u8fdb\u4e07\u5bb6","smalltext":"\u4e3a\u4e30\u5bcc\u4eba\u6c11\u7fa4\u4f17\u7cbe\u795e\u6587\u5316\u751f\u6d3b\uff0c\u8425\u9020\u6b22\u4e50\u3001\u559c\u5e86\u3001\u7965\u548c\u7684\u6625\u8282\u6c1b\u56f4\uff0c\u54cd\u5e94\u6c5f\u897f\u661f\u706b\u6587\u5b66\u6742\u5fd7\u793e\u7684\u5021\u5bfc\uff0c2\u67082-5\u65e5\uff0c\u300a\u661f\u706b\u300b\u5065\u5eb7\u9a7f\u5728\u6c5f\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662\u5f00\u5c55\u201c\u6211\u4eec\u7684\u4e2d\u56fd\u68a6\u2014\u2014\u6587\u5316\u8fdb\u4e07\u5bb6\u201d\u7cfb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4019"}; 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 () { } }); }); }