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=949&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: 1715929015, nonceStr: 'FHFABCLWGHGJpBP1', signature: '5bb3412cd1a90e012318f1072c5106a738d6f9c9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/4126c0f83d4734a1ebd876dc818ac57e.jpg","title":"\u6e56\u5317\u7701\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u98de\u673a\u4e0a\uff0c2\u5c81\u5e7c\u513f\u7a81\u7136\u5fc3\u8df3\u6682\u505c","smalltext":"8\u67087\u65e5\u65e9\u4e0a7\u65f622\u5206\uff0c\u4e00\u67b6\u822a\u73ed\u521a\u521a\u4ece\u6b66\u6c49\u5929\u6cb3\u673a\u573a\u8d77\u98de\u524d\u5f80\u94f6\u5ddd\u3002\u98de\u673a\u4e0a\u4e00\u540d2\u5c818\u4e2a\u6708\u5c0f\u7537\u5b69\u7a81\u7136\u6ca1\u6709\u4e86\u547c\u5438\uff0c\u540c\u5728\u822a\u73ed\u4e0a\u7684\u6e56\u5317\u7701\u5987\u5e7c\u4fdd\u5065\u9662\u7532\u4e73\u5916\u79d1\u533b\u751f\u738b\u84c9\u95fb\u58f0\u8d76\u5230\uff0c\u7acb\u523b\u4e3a\u4ed6\u5b9e\u65bd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=949"}; 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 () { } }); }); }