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=1436&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: 1747192635, nonceStr: 'BCZw8OP3s6VEif7l', signature: '1a8007f7bac0b7010dc0432f3d1e86333d641eab', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/9f57c7518bed06b99da5c97f458b3328.jpg","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u9ad8\u667a\u5546\u548c\u9ad8\u60c5\u5546\u7684\u62a4\u58eb\uff0c\u8c01\u66f4\u53d7\u6b22\u8fce\uff1f\u62a4\u7406\u90e8\u4e3b\u4efb\u8fd9\u6837\u8bf4\u2026","smalltext":"24\u65e5\u4e0b\u5348\uff0c\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u536b\u751f\u5065\u5eb7\u5c40\u7ec4\u7ec7\u7684\u7b2c\u5341\u671f\u201c\u62a4\u7406\u90e8\u4e3b\u4efb\u5f00\u8bb2\u201d\u5728\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u5341\u697c\u4f1a\u8bae\u5ba4\u4e3e\u884c\uff0c\u533a\u536b\u751f\u5065\u5eb7\u5c40\u533b\u653f\u533b\u7ba1\u79d1\u5f20\u7ea2\u4e3b\u6301\u5f00\u8bb2\uff0c\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u62a4\u7406\u90e8\u4e3b\u4efb\u5f90\u4e16\u7ea2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1436"}; 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 () { } }); }); }