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=5070&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: 1744318752, nonceStr: 'n0snRtJrBZkQYrbN', signature: 'd57ec77694778affcff8e594d5beda8fa43d0202', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u8001\u4eba\u7a81\u53d1\u6655\u5012\u6454\u4f24 \u62a4\u58eb\u4e0b\u73ed\u8def\u4e0a\u633a\u8eab\u76f8\u6551","smalltext":"\u201c\u662f\u6025\u6551\u8f6c\u8fd0\u4e2d\u5fc3\u5417\uff1f\u6211\u662f\u533b\u9662\u5987\u4ea7\u79d1\u62a4\u58eb\uff0c\u6211\u73b0\u5728\u5728\u785a\u53e3\u516c\u56ed\uff0c\u8fd9\u91cc\u6709\u4f4d\u5a46\u5a46\u6454\u5012\u4e86\uff0c\u5934\u4e5f\u78d5\u7834\u4e86\uff0c\u8bf7\u6d3e\u533b\u62a4\u4eba\u5458\u8fc7\u6765\u3002\u201d\u6628\u5929\u4e0a\u534811\u70b950\u5206\u5de6\u53f3\uff0c\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u5987\u4ea7\u79d1\u62a4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5070"}; 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 () { } }); }); }