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=4653&classid=11&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: 1749204140, nonceStr: '4fOPPtoevFyxds3M', signature: '7ab0f8f58b862a7282d59e7b165193181731e508', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u80dc\u5229\u6cb9\u7530\u4e2d\u5fc3\u533b\u9662-\u5b66\u53f2\u529b\u884c\u529e\u5b9e\u4e8b \u521b\u65b0\u4e3a\u6c11\u5f00\u65b0\u5c40","smalltext":"\u81ea\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u5f00\u5c55\u4ee5\u6765\uff0c\u80dc\u5229\u6cb9\u7530\u4e2d\u5fc3\u533b\u9662\u59cb\u7ec8\u575a\u6301\u5b66\u515a\u53f2\u3001\u609f\u601d\u60f3\u3001\u529e\u5b9e\u4e8b\u3001\u5f00\u65b0\u5c40\uff0c\u628a\u4ee5\u4eba\u6c11\u4e3a\u4e2d\u5fc3\u7684\u53d1\u5c55\u601d\u60f3\u8d2f\u7a7f\u4e8e\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u5168\u8fc7\u7a0b\uff0c\u628a\u843d\u5b9e\u597d\u201c\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u201d\u5b9e\u8df5\u6d3b\u52a8","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4653"}; 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 () { } }); }); }