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=5364&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: 1714646030, nonceStr: 'XsPAeE3ODPWiAWd0', signature: 'a3c40a65693cd18c602274e55fb0e618cc274baf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5973\u5a74\u80a0\u5957\u53e0\u5c0f\u80a0\u574f\u6b7b\uff0c\u53ca\u65f6\u624b\u672f\u6551\u5176\u4e00\u547d","smalltext":"6\u67087\u65e5\u4e0a\u5348\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u513f\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u5305\u5c11\u840d\u67e5\u623f\uff0c\u4e00\u540d6\u4e2a\u6708\u5927\u7684\u5973\u5b9d\u5b9d\u6b63\u8eba\u5728\u6bcd\u4eb2\u6000\u91cc\u5b89\u9759\u5730\u7761\u89c9\u3002\u201c\u8fd9\u5b69\u5b50\u662f\u4ee5\u62bd\u6410\u3001\u53d1\u70ed\u6000\u7591\u8111\u708e\u6536\u5165\u513f\u79d1\u7684\uff0c\u6ca1\u60f3\u5230\u7adf\u7136\u662f\u80a0\u5957\u53e0\uff0c\u5e78\u597d\u53ca\u65f6\u505a\u4e86","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5364"}; 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 () { } }); }); }