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=426&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: 1716317472, nonceStr: 'Z76oR32cJjn82Suo', signature: 'e7234c29443c3fc76d446c9961f541c6b871929b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\u201c\u6570\u5b57\u5316\u9884\u9632\u63a5\u79cd\u95e8\u8bca\u201d\u6b63\u5f0f\u8fd0\u884c","smalltext":"\u65e5\u524d\uff0c\u6295\u8d44\u8fd120\u4e07\u5143\u7684\u6276\u98ce\u53bf\u9996\u4e2a\u201c\u6570\u5b57\u5316\u9884\u9632\u63a5\u79cd\u95e8\u8bca\u201d\u5728\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\u5efa\u6210\u5e76\u6b63\u5f0f\u6295\u5165\u4f7f\u7528\uff0c\u5b9e\u73b0\u4e86\u9884\u68c0\u3001\u63a5\u79cd\u3001\u7559\u89c2\u3001\u8bc1\u4ef6\u6253\u5370\u7684\u5168\u7a0b\u201c\u4fe1\u606f\u5316\u667a\u6167\u201d\u670d\u52a1\uff0c\u4f7f\u9884\u9632\u63a5\u79cd\u5de5\u4f5c\u66f4\u52a0\u6709","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=426"}; 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 () { } }); }); }