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=2353&classid=10&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: 1744530366, nonceStr: 'ikLx7ajz1uMwMss8', signature: 'f80bcbeb461d9033a66cb353606b242538ffb655', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\uff1a\u4ee5\u667a\u6167\u4e2d\u533b\u9662\u4e3a\u57fa\u77f3\uff0c\u6253\u9020\u4eba\u6587\u533b\u9662\u54c1\u724c","smalltext":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u662f\u521b\u5efa\u4e8e1956\u5e74\u7684\u4e00\u6240\u96c6\u533b\u3001\u6559\u3001\u7814\u3001\u5eb7\u590d\u3001\u517b\u751f\u548c\u517b\u8001\u4e8e\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u73b0\u4ee3\u5316\u4e2d\u533b\u533b\u9662\uff0c\u5f00\u653e\u5e8a\u4f4d2750\u4f59\u5f20\u3002\u8fd1\u5e74\u6765\uff0c\u533b\u9662\u5148\u540e\u88ab\u8bc4\u4e3a\u5e7f\u4e1c\u7701\u6587\u660e\u533b\u9662\u3001\u5168\u56fd\u533b\u9662\u6587\u5316\u5efa","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2353"}; 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 () { } }); }); }