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=2863&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: 1743771485, nonceStr: 'NFtjidGD2k7NrVUd', signature: '6a00b69f917a3484b6bdac4e32da9901f526467b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u767e\u5e74\u4eba\u6587\u5e95\u8574 \u652f\u6491\u9006\u884c\u533b\u8005","smalltext":" \u75ab\u60c5\u4f3c\u706b\uff0c\u519b\u4ee4\u5982\u5c71\u3002\u4f5c\u4e3a\u5e7f\u5dde\u5e02\u548c\u8d8a\u79c0\u533a\u65b0\u51a0\u80ba\u708e\u5b9a\u70b9\u6536\u6cbb\u533b\u9662\uff0c\u5e7f\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u627f\u62c5\u4e86\u533a\u57df\u5185\u5144\u5f1f\u5355\u4f4d\u5927\u91cf\u7591\u4f3c\u75c5\u4f8b\u8f6c\u8bca\u548c\u96c6\u4e2d\u6536\u6cbb\u6392\u67e5\u5de5\u4f5c\u3002\u540c\u65f6\uff0c\u533b\u9662\u5148\u540e\u6d3e\u51fa\u4e94\u6279\u6b21\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2863"}; 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 () { } }); }); }