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=3607&classid=14&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: 1746171529, nonceStr: '3du1BxOusyacQfKu', signature: '4379561eac928f39739cac3de6a09828496abf93', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"2020\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u8def\u6f14\u5927\u8d5b\u51b3\u8d5b\u62bd\u7b7e\u79e9\u5e8f","smalltext":"\u51b3\u8d5b\u53ca\u9881\u5956\u5178\u793c\u5b89\u6392:\uff08\u4e00\uff09\u5927\u8d5b\u7ec4\u59d4\u4f1a\u5c06\u4e8e8 \u670828\u65e5\u81f38 \u670829\u65e5\u5728\u56db\u5ddd\u7701\u6210\u90fd\u5e02\u9752\u7f8a\u533a\u65b0\u534e\u5bbe\u9986\u4e3e\u529e\u51b3\u8d5b\u548c\u9881\u5956\u5178\u793c\uff0c\u8bf7\u4ee5\u4e0a\u83b7\u5956\u56e2\u961f\u5747\u8385\u4e34\u73b0\u573a\u767b\u53f0\u9886\u5956\uff0c\u5f03\u6743\u5217\u5165\u8d1f\u9762\u79ef\u5206\u3002\uff08\u4e8c\uff09 36 \u652f\u53c2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=3607"}; 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 () { } }); }); }