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=1368&classid=14&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: 1714759382, nonceStr: 'IyRpAonoIgDoU6Eh', signature: '619e5aee890b96dcb59307d575e07255da94dcda', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/2546650c346f91b7ec2137dcd3fdd4c8.jpg","title":"\u5e7f\u897f\u67f3\u5dde\uff1a2019\u7b2c\u4e8c\u5c4a\u201c\u4e00\u5e26\u4e00\u8def\u201d\u4e2d\u56fd-\u4e1c\u76df\u5987\u4ea7\u79d1\u8bba\u575b\u66a8\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u5206\u8bba\u575b\u4f1a\u8bae","smalltext":"\u4e3a\u54cd\u5e94\u56fd\u5bb6\u201c\u4e00\u5e26\u4e00\u8def\u201d\u6218\u7565\u53f7\u53ec\uff0c\u52a0\u5f3a\u533a\u57df\u53d1\u5c55\uff0c\u4fc3\u8fdb\u56fd\u9645\u4ea4\u6d41\uff0c\u52a0\u5f3a\u6211\u56fd\u53ca\u4e1c\u76df\u5404\u56fd\u5987\u4ea7\u79d1\u533b\u5e08\u961f\u4f0d\u5efa\u8bbe\uff0c\u89c4\u8303\u4e34\u5e8a\u5b9e\u8df5\uff0c\u63a8\u5e7f\u65b0\u7406\u5ff5\u3001\u65b0\u6280\u672f\uff0c\u7531\u5e7f\u897f\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff08\u5e7f\u897f\u79d1\u6280\u5927\u5b66\u9644\u5c5e\u5987","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=1368"}; 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 () { } }); }); }