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=376&classid=3&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: 1714752213, nonceStr: 'Yek3krp5UEJ1dJGL', signature: '17f7f24e2febbd534e6d6f8b0287e6846a153811', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u674e\u6d77\u71d5\uff1a\u5ba3\u4f20\u8def\u4e0a\u7684\u8ffd\u68a6\u4eba","smalltext":"\u674e\u6d77\u71d5 \u4e1c\u9633\u5e02\u6a2a\u5e97\u533b\u9662\u5ba3\u4f20\u79d1\u4e3b\u4efb \u81ea\u8d70\u4e0a\u5ba3\u4f20\u5c97\u4f4d\u4ee5\u6765\uff0c\u575a\u6301\u8d34\u8fd1\u4e34\u5e8a\uff0c\u5b9e\u4e8b\u6c42\u662f\u7684\u62a5\u9053\u539f\u5219\uff0c\u5229\u7528\u8eab\u8fb9\u7684\u771f\u5b9e\u6848\u4f8b\u5f00\u5c55\u5065\u5eb7\u5ba3\u6559\uff0c\u7ed3\u5408\u65b0\u95fb\u70ed\u70b9\uff0c\u5f00\u5c55\u4eba\u7269\u63a8\u9001\uff0c\u64b0\u5199\u7684\u79d1\u666e\u6587\u7ae0\u66fe\u591a\u6b21\u5728\u7701\u5e02","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=376"}; 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 () { } }); }); }