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=1893&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: 1749467406, nonceStr: 'IdkjQSi0T3RHiup8', signature: 'b57f2f2bc088620eded1543373439e367205088b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/94117a8f36d15da44071071c35b8f9ba.jpg","title":"\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\uff1a\u6e56\u5317\u7701\u6700\u5c0f\u65b0\u51a0\u80ba\u708e\u60a3\u513f\u6cbb\u6108\u51fa\u9662","smalltext":"\u201c\u5c0f\u5b9d\uff0c\u606d\u559c\u4f60\u53ef\u4ee5\u8ddf\u7238\u7238\u56de\u5bb6\u4e86\uff01\u201d\u201c\u76fc\u4e86\u597d\u4e45\uff0c\u7ec8\u4e8e\u76fc\u6765\u8fd9\u4e00\u5929\uff0c\u8c22\u8c22\u4f60\u4eec\uff01\u201c2\u670811\u65e5\u4e0a\u534811\u65f6\uff0c\u5728\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\uff0c\u5e74\u4ec59\u4e2a\u6708\u7684\u5c0f\u5b9d\uff08\u5316\u540d\uff09\u6cbb\u6108\u51fa\u9662\u4e86\uff0c\u8fd9\u662f\u76ee\u524d\u6e56\u5317\u7701\u6cbb\u6108\u51fa\u9662\u7684\u65b0\u51a0\u80ba\u708e\u60a3\u513f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1893"}; 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 () { } }); }); }