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=2050&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: 1747147728, nonceStr: 'MqN4jnlebYeTJjRT', signature: '357440318d90821301d91ef2100d45de805d5da4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u9999\u6e2f\u533b\u751f\u5728\u6df1\u5733\u7684\u6218\u201c\u75ab\u201d\u70b9\u6ef4","smalltext":"\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u80ba\u708e\u6765\u52bf\u6c79\u6c79\uff0c\u4e00\u6279\u9999\u6e2f\u4e13\u5bb6\u9a7b\u5b88\u6e2f\u5927\u6df1\u5733\u533b\u9662\uff0c\u9a6c\u4e0d\u505c\u8e44\u5145\u5206\u8fd0\u7528\u4e13\u4e1a\u77e5\u8bc6\u53c2\u4e0e\u6297\u75ab\u6218\u6597\u30022\u67088\u65e5\uff0c\u9999\u6e2f\u542f\u52a8\u201c\u5c01\u5173\u201d\u63aa\u65bd\u4e4b\u9645\uff0c\u4ed6\u4eec\u66f4\u9009\u62e9\u4e86\u201c\u9006\u884c\u201d\uff0c\u5168\u60c5\u6295\u5165\u5728\u6df1\u5733\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2050"}; 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 () { } }); }); }