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=4400&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: 1716079005, nonceStr: 'Y9keSgZ0lDj42cp0', signature: '59bdc6b57f9e5f9a31f3ebf05bd35f912ef2aee3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/7abad774e6d69c15de7918b3e2e68aa7.jpg","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u52a0\u5f3a\u547c\u5438\u7cfb\u7edf\u75be\u75c5\u540c\u8d28\u5316\u7ba1\u7406","smalltext":"\u65e5\u524d\uff0c\u7531\u5609\u5b9a\u533a\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u4e3b\u529e\uff0c\u533a\u75be\u63a7\u4e2d\u5fc3\u548c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u8054\u5408\u627f\u529e\u7684\u4e3a\u671f3\u4e2a\u6708\u7684\u201c\u5609\u5b9a\u533a\u57fa\u5c42\u547c\u5438\u7cfb\u7edf\u75be\u75c5\u7b5b\u67e5\u4e0e\u8bca\u7597\u80fd\u529b\u63d0\u5347\u57f9\u8bad\u73ed\u201d\u6b63\u5f0f\u7ed3\u4e1a\uff0c\u5168\u533a13\u5bb6\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4400"}; 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 () { } }); }); }