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=5186&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: 1746153137, nonceStr: 'x5wvkC983SpYEWa6', signature: '631fe59028fdf8f3cca22dfa23e2eee9f7524828', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202202\/af958c0362766495e98a6a8266385c6a.jpg","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u672c\u8be5\u4e0e\u5bb6\u4eba\u56e2\u805a\u7684\u65e5\u5b50\uff0c\u4ed6\u4eec\u9009\u62e9\u5b88\u62a4\u5728\u60a3\u8005\u8eab\u8fb9","smalltext":"\u65b0\u6625\u4f73\u8282\uff0c\u539f\u672c\u662f\u5bb6\u5bb6\u6237\u6237\u56e2\u5706\u6b22\u805a\u7684\u65e5\u5b50\u3002\u4f46\u662f\u6709\u8fd9\u6837\u4e00\u7fa4\u4eba\uff0c\u4ed6\u4eec\u9009\u62e9\u575a\u5b88\u5c97\u4f4d\uff0c\u5b88\u62a4\u5728\u60a3\u8005\u8eab\u8fb9\uff0c\u5b88\u62a4\u7740\u8fd9\u5ea7\u57ce\u5e02\u7684\u5b89\u5eb7\u7965\u548c\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5186"}; 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 () { } }); }); }