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=4616&classid=12&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: 1746165321, nonceStr: 'nRePINKNDErGfT4l', signature: '41275662c33a017d79fa353b6a4f11564b1740cd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u53e3\u8154\u533b\u9662\u5ba3\u4f20\u5904\u5904\u957f\u91d1\u6052","smalltext":"\u91d1\u6052\u540c\u5fd7\u662f\u4e00\u4f4d\u6709\u774018\u5e74\u515a\u9f84\u7684\u4e2d\u56fd\u5171\u4ea7\u515a\u5458\uff0c\u672c\u79d1\u5c31\u8bfb\u4e8e\u5357\u4eac\u5927\u5b66\u65b0\u95fb\u7cfb\uff0c\u7814\u7a76\u751f\u5c31\u8bfb\u4e8e\u590d\u65e6\u5927\u5b66\u65b0\u95fb\u5b66\u9662\uff0c\u5728\u4e0a\u6d77\u4e3b\u6d41\u5a92\u4f53\u4ece\u4e8b\u4e8612\u5e74\u65b0\u95fb\u8bb0\u8005\u5de5\u4f5c\uff0c\u5e76\u957f\u671f\u8d1f\u8d23\u533b\u7597\u536b\u751f\u62a5\u9053\uff0c\u5f00\u5c55\u5065\u5eb7\u4f20","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4616"}; 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 () { } }); }); }