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=2541&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: 1716015338, nonceStr: '4x1EZ7X7hImz1qx9', signature: '78454b6aeb13526a193ecfeae594df7ef59e5a9e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5929\u6c34\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u5f20\u6620\u5170\uff1a\u52aa\u529b\u4e3a\u5987\u5973\u513f\u7ae5\u521b\u9020\u4eba\u6587\u5316\u7684\u54c1\u724c\u670d\u52a1","smalltext":"\u5f20\u6620\u5170\uff0c\u7518\u8083\u7701\u5929\u6c34\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u526f\u9662\u957f\uff0c\u5987\u5973\u4fdd\u5065\u4e3b\u4efb\u533b\u5e08\u3002\u5f20\u6620\u5170\u540c\u5fd7\u81ea2009\u5e74\u4efb\u7518\u8083\u7701\u5929\u6c34\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u526f\u9662\u957f\u4ee5\u6765\uff0c\u7ed3\u5408\u5987\u5e7c\u536b\u751f\u5de5\u4f5c\u65b9\u9488\u548c\u5987\u5e7c\u5065\u5eb7\u670d\u52a1\u7279\u70b9\uff0c\u5927\u529b\u52a0\u5f3a\u533b\u9662\u4eba\u6587\u5efa","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2541"}; 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 () { } }); }); }