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=5226&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: 1746158885, nonceStr: '4v4K2nsb4QnktQRL', signature: 'e25aa3be8df97a4b69ebb2743e0e72fd045afd3e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202203\/2218539e953f91301ff71348dea198fd.jpg","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662:\u591a\u79d1\u8054\u5408\u5f00\u5c55\u65b0\u6280\u672f ,\u4ec1\u6d4e\u4e13\u5bb6\u9f0e\u529b\u76f8\u52a9\u5706\u68a6\u8179\u900f\u60a3\u8005","smalltext":"\u8fd1\u65e5\uff0c\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff08\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff09\u666e\u5916\u79d1\u3001\u80be\u810f\u5185\u79d1\u3001\u9ebb\u9189\u79d1\u7b49\u591a\u79d1\u8054\u5408\u901a\u529b\u5408\u4f5c\u6551\u6cbb\u4e86\u4e00\u540d\u56e0\u8179\u900f\u6db2\u6e17\u6f0f\u5bfc\u81f4\u8110\u759d\u7684\u60a3\u8005\uff0c\u5728\u4ec1\u6d4e\u533b\u9662\u4e13\u5bb6\u6307\u5bfc\u4e0b\uff0c\u540c\u6b65\u5b8c\u6210\u4e86\u8110\u759d\u4fee\u8865\u548c\u8179\u900f\u4e8c\u6b21","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5226"}; 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 () { } }); }); }