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=1970&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: 1747147665, nonceStr: 'GQmkYocsY3CSDU7T', signature: '525b0a9f66906ea34db6e55c373a3141dee71d55', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a2003\u5e74\u53c2\u52a0\u6297\u51fb\u975e\u5178\uff0c\u5982\u4eca49\u5c81\u7684\u5979\u91cd\u4e0a\u706b\u7ebf","smalltext":"\u53d1\u70ed\u95e8\u8bca\u3001\u9694\u79bb\u75c5\u623f\u7684\u62a4\u58eb\u957f\u8bb8\u6708\u7ea2\u5df2\u7ecf\u5728\u53d1\u70ed\u95e8\u8bca\u5de5\u4f5c6\u5929\u4e86\uff0c\u5979\u628a\u533b\u9662\u5f53\u6210\u5bb6\uff0c\u4e00\u8fb9\u670d\u52a1\u60a3\u8005\u53ca\u65f6\u6551\u6cbb\uff0c\u4e00\u8fb9\u4fdd\u62a4\u540c\u4e8b\u907f\u514d\u611f\u67d3\uff0c\u4e24\u7aef\u90fd\u662f\u751f\u547d\u76f8\u6258\uff0c\u5728\u8bb8\u6708\u7ea2\u773c\u91cc\uff0c\u75c5\u60a3\u4eec\u662f\u90a3\u4e48\u591a\u5bb6\u5ead\u7684\u4eb2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1970"}; 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 () { } }); }); }