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=5335&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: 1715413249, nonceStr: 'ynDCOfz0qkWZdjW7', signature: '3a90ec104a5f23e43f688a2c080bcb7d966234b9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8fdb\u6751\u5165\u6237\u4e86\u89e3\u6c11\u751f \u548c\u5e2e\u6276\u519c\u6c11\u5fc3\u8d34\u5fc3","smalltext":"\u4e3a\u6301\u7eed\u5de9\u56fa\u8131\u8d2b\u653b\u575a\u6210\u679c\uff0c\u5168\u9762\u63a8\u8fdb\u4e61\u6751\u632f\u5174\uff0c5\u67086\u65e5\u4e0a\u5348\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u59da\u6d77\u6cc9\u5e26\u98866\u540d\u515a\u5458\u5e72\u90e8\uff0c\u5230\u7ed3\u5bf9\u5e2e\u6276\u6751\u2014\u2014\u9648\u6cb3\u9547\u5317\u8857\u793e\u533a\u5f00\u5c55\u5165\u6237\u8d70\u8bbf\u6d3b\u52a8\u3002 \u4e94\u6708\u7684\u521d\u590f\uff0c\u6674\u7a7a\u4e07\u91cc\uff0c\u9a84","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5335"}; 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 () { } }); }); }