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=1201&classid=4&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: 1714512889, nonceStr: '2pL1vAFGskX6iXck', signature: '4b4129fd8fb25621f651660e6641800df3fdf5ae', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/4d1e0027ac6ff71a2db37ae8758016e8.jpg","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\u674e\u8389\u5a1c:\u4eba\u6587\u5c0f\u767d\uff0c\u201c\u527d\u7a83\u201d\u6210\u624d","smalltext":"\u6211\u672c\u662f\u4e00\u540d\u5f71\u50cf\u8bca\u65ad\u533b\u751f\uff0c\u673a\u9047\u5076\u7136\uff0c\u5f00\u542f\u4e86\u4e3a\u533b\u9662\u5ba3\u4f20\u4e4b\u8def\uff0c\u5185\u5fc3\u4e0d\u7518\uff0c\u5374\u5728\u7ecf\u5386\u4e86\u4e00\u6b21\u201c\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u5cf0\u4f1a\u201d\u540e\uff0c\u575a\u5b9a\u4e86\u8d70\u4e0b\u53bb\u7684\u4fe1\u5ff5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1201"}; 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 () { } }); }); }