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=767&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: 1716112516, nonceStr: 'oeO5KJgmIDfdcYcM', signature: 'fd4328bae95220c4d4993fb852cf915ba83605dd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/fe6ab2c250a883259f59300597eaf383.jpg","title":"\u666e\u4ec1\u533b\u9662:\u201c90\u5bf9\u8bdd90\u201d\u5171\u5fc6\u8270\u82e6\u5c81\u6708 \u4f20\u627f\u7cbe\u795e\u529b\u91cf","smalltext":"\u4e3a\u8ba4\u771f\u8d2f\u5f7b\u5e02\u59d4\u3001\u5e02\u536b\u5065\u59d4\u201c\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\u6d3b\u52a8\u4e2d\u5f00\u5c55\u201c\u5b66\u4e60\u82f1\u96c4\u5f20\u5bcc\u6e05\u3001\u575a\u5b88\u521d\u5fc3\u62c5\u4f7f\u547d\u201d\u6d3b\u52a8\u7684\u8981\u6c42\u30027\u670810\u65e5\uff0c\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\u79ef\u6781\u5f00\u5c55\u201c90\u5bf9\u8bdd90\u201d\u4e13\u9898\u6d3b\u52a8\uff0c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=767"}; 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 () { } }); }); }