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=2217&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: 1747124829, nonceStr: '0HkHTnnvvLZqjRc2', signature: 'e5b1d5ef76204408aef0fa786527c3975164f3de', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/a957715d464b11b68e2997f2fadb9b42.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u201c\u6211\u5728\u91d1\u94f6\u6f6d\u533b\u9662\u8ba4\u4e86\u4e2a\u7237\u7237\u201d","smalltext":" \u201c\u60a8\u65e9\u4e0a\u5403\u4e86\u5417\uff1f\u201d \u201c\u4eca\u5929\u65e9\u4e0a8\u70b9\u591a\u624d\u5403\u65e9\u70b9\uff0c\u4e0e\u91d1\u94f6\u6f6d\u533b\u9662\u76f8\u6bd4\u7a0d\u5dee\u4e00\u70b9\u3002\u201d \u201c\u60a8\u8fd8\u662f\u8981\u5403\u54e6\uff0c\u996e\u98df\u89c4\u5f8b\u3002\u201d \u6700\u8fd1\u51e0\u5929\uff0c\u62a4\u58eb\u51af\u5c0f\u5e0c\u65e9\u4e0a\u4e00\u6253\u5f00\u624b\u673a\u5fae\u4fe1\uff0c\u5c31\u4f1a\u4e0e\u4e00\u4f4d\u8001\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2217"}; 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 () { } }); }); }