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=3253&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: 1716134801, nonceStr: 'gF7lk6qradyJZ7yo', signature: '89d4d56fc2a0e6c59e6f15bd736778e4b93163de', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/caedf7b11192b940f2bc3702b86faac6.jpg","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\uff1a\u6700\u7f8e\u7684\u795d\u798f\u9001\u7ed9\u6700\u7f8e\u7684\u4f60","smalltext":"2020\u5e745\u670812\u65e5\uff0c\u5c5e\u4e8e\u62a4\u58eb\u4eec\u7684\u8282\u65e5\u65f6\u5149\u56de\u6eaf\u65e0\u8bba\u662f12\u5e74\u524d\u76845\u670812\u65e5\uff0c\u5730\u52a8\u5c71\u6447\u8fd8\u662f\u4eca\u5e74\u4f0a\u59cb\uff0c\u75ab\u60c5\u7206\u53d1\u4ea6\u6216\u662f\u6bcf\u4e00\u5e74\uff0c\u6bcf\u4e00\u4e2a5\u670812\u65e5\u62a4\u58eb\u4eec\u4ece\u672a\u79bb\u5f00\u8fc7\u4ed6\u4eec\u575a\u5b88\u7684\u5c97\u4f4d\u4eca\u5e74\u62a4\u58eb\u8282\uff0c\u6210\u90fd\u4ec1\u6000","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3253"}; 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 () { } }); }); }