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=4637&classid=11&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: 1746160453, nonceStr: 'fYoztCknHYyezADW', signature: '4424a2247f8e50326b5f465ad0eff16e7c52a1c7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662-\u5b88\u6b63\u521b\u65b0\u805a\u7126\u57fa\u5c42\u6253\u9020\u533b\u8054\u4f53\u65b0\u9ad8\u5730","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u6df1\u5316\u533b\u8054\u4f53\u5de5\u4f5c\uff0c\u843d\u5b9e\u5206\u7ea7\u8bca\u7597\u5236\u5ea6\uff0c\u63a8\u8fdb\u4f18\u8d28\u533b\u7597\u8d44\u6e90\u4e0b\u6c89\u57fa\u5c42\uff0c\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u5728\u533b\u8054\u4f53\u5efa\u8bbe\u65b9\u9762\u8fdb\u884c\u4e86\u5927\u80c6\u5c1d\u8bd5\u548c\u79ef\u6781\u63a2\u7d22\u3002\u91c7\u53d6\u54c1\u724c\u7ba1\u7406\u8f93\u51fa\u3001\u4e13\u5bb6\u56e2\u961f\u4e0b\u6d3e\u3001\u6280\u672f\u6307\u5bfc\u4ea4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4637"}; 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 () { } }); }); }