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=4607&classid=10&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: 1716061651, nonceStr: 'vrqE2D2AoWzTbs12', signature: 'a2fb4090fb4822941309daa7f0e65f1638bc4a43', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5982\u4e1c\u53bf\u4eba\u6c11\u533b\u9662-\u5065\u5eb7\u7eff\u821f\u5fd7\u613f\u8005\u540d\u533b\u5728\u7ebf","smalltext":"\u5982\u4e1c\u53bf\u4eba\u6c11\u533b\u9662\u4eba\u6587\u98ce\u5c1a\u56e2\u961f\u8fd1\u5e74\u6765\uff0c\u5982\u4e1c\u53bf\u4eba\u6c11\u533b\u9662\u5728\u53bf\u59d4\u3001\u53bf\u653f\u5e9c\u7684\u6b63\u786e\u9886\u5bfc\u4e0b\uff0c\u5728\u53bf\u6587\u660e\u529e\u7684\u5177\u4f53\u6307\u5bfc\u4e0b\uff0c\u7d27\u7d27\u56f4\u7ed5\u533b\u9662\u4e2d\u5fc3\u5de5\u4f5c\uff0c\u79ef\u6781\u5f00\u5c55\u6587\u660e\u5355\u4f4d\u521b\u5efa\u6d3b\u52a8\uff0c\u575a\u6301\u7528\u7cbe\u795e\u6587\u660e\u5efa\u8bbe\u8fd9\u4e2a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4607"}; 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 () { } }); }); }