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=1667&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: 1747169236, nonceStr: 'ZiL3MHtH4TK002eV', signature: '343d62a76462a7875f69cef4f2c92e6983d532d1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/9342a5ce242ab725bfa462ac40cc7137.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u53d6\u6d88\u6625\u8282\u5047\u671f\uff0c\u56e0\u4f60\u4eec\u575a\u5b88\u800c\u7f8e\u597d","smalltext":"\u65b0\u6625\u4f73\u8282\u671f\u95f4\uff0c\u5f53\u4e07\u5bb6\u56e2\u5706\u4e4b\u65f6\uff0c\u4e3a\u6253\u8d62\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u75ab\u60c5\u6218\u5f79\uff0c\u4ed6\u4eec\u5fd9\u788c\u5982\u5e38\uff0c\u7acb\u8db3\u672c\u804c\u3001\u575a\u5b88\u5c97\u4f4d\uff0c\u7559\u4e0b\u4e86\u9f20\u5e74\u6625\u8282\u671f\u95f4\u4e00\u9053\u7f8e\u4e3d\u7684\u98ce\u666f\uff0c\u201c\u9f20\u201d\u4ed6\u4eec\u6700\u68d2\u3002\u636e\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5e94\u6025\u529e\u516c\u5ba4\u53d1\u5e03","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1667"}; 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 () { } }); }); }