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=1426&classid=10&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: 1746292443, nonceStr: 'sDBZ4TaytxjHRvdS', signature: '2c63032238e19877cb34ba2acdcdd1745b4edd12', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/a1020dd8cf05e57c43567b65a4b50089.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662:\u809d\u80c6\u80f0\u5fae\u521b\u5916\u79d1\u624b\u672f\u76f4\u64ad\u201c\u73a9\u201d\u51fa\u65b0\u9ad8\u5ea6","smalltext":"\u5973\u5b50\u60a3\u809d\u5185\u5916\u80c6\u7ba1\u7ed3\u77f310\u4f59\u5e74\uff0c\u5728\u6e56\u5357\u3001\u7f8e\u56fd\u505a\u8fc7\u591a\u6b21\u624b\u672f\uff0c\u90fd\u672a\u80fd\u5f7b\u5e95\u89e3\u9664\u75c5\u75db\uff0c\u9700\u7ec8\u8eab\u5e26\u7740\u80c6\u9053\u652f\u67b6\u5f15\u6d41\u7ba1\uff0c\u542c\u95fb\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u809d\u80c6\u5fae\u521b\u6280\u672f\u4e16\u754c\u9886\u5148\uff0c\u6155\u540d\u56de\u5230\u6e56\u5357\uff0c\u63a5\u53d7\u8179\u8154\u955c\u4e0b\u53f3\u534a\u809d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=1426"}; 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 () { } }); }); }