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=5137&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: 1714243449, nonceStr: '9rJjl5FENqdEy3qW', signature: '56ac3ea00be766e40d519269f0b857d88904c4bd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u201c\u4e92\u8054\u7f51\uff0b\u201d\u521b\u65b0\u62a4\u7406\uff1a\u624b\u673a\u9884\u7ea6\u4e0a\u95e8\u62a4\u7406","smalltext":"\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u56fd\u52a1\u9662\u529e\u516c\u5385\u3001\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u7b49\u5341\u4e00\u90e8\u59d4\u76f8\u5173\u6587\u4ef6\u7cbe\u795e\u548c\u901a\u77e5\u8981\u6c42\uff0c\u89c4\u8303\u5f15\u5bfc\u201c\u4e92\u8054\u7f51+\u62a4\u7406\u670d\u52a1\u201d\u5065\u5eb7\u53d1\u5c55\uff0c\u5b9e\u73b0\u62a4\u7406\u9700\u6c42\u4e0e\u62a4\u58eb\u8d44\u6e90\u7684\u201c\u7cbe\u51c6\u5bf9\u63a5\u201d\uff0c\u7ecf\u8fc7\u524d\u671f\u7684\u5404\u9879","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5137"}; 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 () { } }); }); }