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=1634&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: 1714710386, nonceStr: 'DfKYuOeVpOplnGBi', signature: '0796afe0716e725c5139b8f8f1106da608e22562', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/4d97faa7a8023d9240b41123cb68d35e.jpg","title":"\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\uff1a\u75c5\u623f\u91cc\u5305\u997a\u5b50\uff0c\u9001\u6625\u8054\uff0c\u731c\u706f\u8c1c\uff0c\u201c\u533b\u60a3\u4e00\u5bb6\u4eb2\u201d\u6696\u4eba\u5fc3","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u589e\u8fdb\u533b\u60a3\u60c5\u611f\u4ea4\u6d41\uff0c\u4fc3\u8fdb\u533b\u60a3\u53cb\u597d\u5173\u7cfb\u53d1\u5c55\uff0c\u5728\u65b0\u6625\u4f73\u8282\u6765\u4e34\u4e4b\u9645\uff0c1\u670813\u65e5-15\u65e5\uff0c\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\u7cbe\u5fc3\u7b79\u5907\u7ec4\u7ec7\u4e86\u201c\u533b\u60a3\u4e00\u5bb6\u4eb2\u201d\u7cfb\u5217\u6d3b\u52a8\u3002\u6b64\u6b21\u6d3b\u52a8\u4e3b\u9898\u9c9c\u660e\uff0c\u5185\u5bb9\u5f62\u5f0f\u591a\u6837\uff0c\u5168\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1634"}; 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 () { } }); }); }