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=5187&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: 1716107508, nonceStr: 'vMCbvpZ2bZ28tKeQ', signature: 'e4974beb7d7adf6e2e876475ae496583b5978533', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202202\/1da48c0a67840116a9a204207ff7b0b3.jpg","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u6267\u5de5\u5320\u7cbe\u795e \u8df5\u533b\u8005\u4f7f\u547d","smalltext":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff08\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff09\u6bcf\u5e74\u5f00\u5c55\u201c\u53cc\u99a8\u5458\u5de5\u201d\u8bc4\u9009\u6d3b\u52a8\uff0c\u8868\u5f70\u52e4\u5b66\u7b03\u884c\u3001\u5fb7\u6280\u53cc\u99a8\u7684\u4f18\u79c0\u5458\u5de5\uff0c\u4ee5\u6b64\u6fc0\u52b1\u5168\u9662\u804c\u5de5\u5b66\u5148\u8fdb\u3001\u627e\u5dee\u8ddd\u3001\u4fc3\u8d76\u8d85\uff0c\u8425\u9020\u6d53\u539a\u201c\u6bd4\u5b66\u8d76\u8d85\u201d\u6c1b\u56f4\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5187"}; 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 () { } }); }); }