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=4133&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: 1745056694, nonceStr: 'In2cjVvhjcR1iGpT', signature: 'cb604d44dbb729bfba37bdf8e10a5041a7b49235', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5e86\u201c\u4e09\u516b\u201d\u56fd\u9645\u5987\u5973\u8282 \u4e3e\u529e\u201c\u5feb\u4e50\u4ea7\u623f\u201d\u7b2c\u4e94\u5b63\u6d3b\u52a8","smalltext":"\u9633\u6625\u4e09\u6708\uff0c\u6625\u610f\u6e10\u6d53\uff0c\u201c\u4e09\u516b\u201d\u56fd\u9645\u5987\u5973\u8282\u6084\u6084\u800c\u81f3\uff0c\u8fd9\u662f\u5c5e\u4e8e\u9c9c\u82b1\u548c\u5973\u6027\u7684\u6700\u7f8e\u65e5\u5b50\u30023\u67088\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u4ea7\u79d1\u548c\u9ebb\u9189\u79d1\u8054\u5408\u4e3e\u529e\u201c\u5feb\u4e50\u4ea7\u623f\u201d\u7b2c\u4e94\u5b63\u2014\u2014\u5b55\u89c1.\u4e0d\u51e1\u5973\u795e\u6d3b\u52a8\u3002\u6d3b\u52a8\u524d\uff0c\u4ea7\u79d1\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4133"}; 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 () { } }); }); }