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=2695&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: 1715821757, nonceStr: 'UWZ8Ypr9ULbXf4lM', signature: '4b4a7adbce6c3cff718596f1adb4c7e33c997f0c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u798f\u5229\u4f1a\u56fd\u9645\u548c\u5e73\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u7ed9\u5988\u5988\u4eec\u7684\u201c\u97f3\u4e50\u5904\u65b9\u201d","smalltext":"\u4e00\u4e2a\u770b\u4f3c\u666e\u901a\u7684\u4e0a\u5348\uff0c\u4e00\u9635\u9635\u60a0\u626c\u7684\u97f3\u4e50\u4ece\u4e2d\u56fd\u798f\u5229\u4f1a\u56fd\u9645\u548c\u5e73\u5987\u5e7c\u4fdd\u5065\u9662\uff08\u4e0b\u7b80\u79f0\u201c\u56fd\u5987\u5a74\u201d\uff09\u4ea7\u79d1\u75c5\u623f\u5185\u98d8\u51fa\u3002\u8fd9\u5929\uff0c\u4f5c\u4e3a\u201c\u6bcd\u4eb2\u8282\u201d\u548c\u201c\u62a4\u58eb\u8282\u201d\u7684\u7279\u8272\u6d3b\u52a8\uff0c\u6765\u81ea\u4e0a\u6d77\u5927\u5b66\u97f3\u4e50\u5b66\u9662\uff08\u4e0b\u7b80","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2695"}; 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 () { } }); }); }