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=1343&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: 1749501404, nonceStr: '85eRsLGRPWIPE37e', signature: 'e2c81c05d95b730a0a8efdbc07135da8aad6e206', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u201c\u5e38\u7231\u7ae5\u5fc3\u201d\u8ba9\u4e24\u5730\u7ed3\u7f18\u66f4\u6df1","smalltext":"8\u5c81\u7684\u963f\u514b\u739b\u5a1c\u4f9d\u6765\u81ea\u65b0\u7586\u4e4c\u6070\u53bf\uff0c\u5979\u60a3\u6709\u819c\u5468\u878d\u5408\u578b\u5ba4\u95f4\u9694\u7f3a\u635f\uff0c\u7f3a\u635f\u5927\u5c0f\u4e3a1.2cm\uff0c\u7f3a\u635f\u4e0a\u7f18\u7d27\u8d34\u4e3b\u52a8\u8109\u74e3\uff0c\u7f1d\u5408\u96be\u5ea6\u5927\u3002\u5979\u7684\u540c\u4e61\uff0c12\u5c81\u7684\u963f\u4f9d\u5de7\u4e3d\u76fc\u7684\u5ba4\u95f4\u9694\u7f3a\u635f\u66f4\u5927\uff0c\u8d85\u8fc72cm\uff0c\u800c\u4e14\u7f3a\u635f\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1343"}; 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 () { } }); }); }