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=200&classid=4&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: 1715760118, nonceStr: 'LUPCOnNezBK1roTP', signature: 'f0047ebff246c416c9c54bda071a1f3fbe7daa8d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u4e2d\u56fd\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7684\u73b0\u51b5\u7814\u7a76","smalltext":"\u5065\u5eb7\u662f\u4eba\u7c7b\u6c38\u6052\u7684\u5171\u540c\u8ffd\u6c42\u3002\u4e00\u4e2a\u4eba\u7684\u5065\u5eb7\uff0c\u5173\u7cfb\u4e00\u4e2a\u5bb6\u5ead\u7684\u5e78\u798f\uff1b\u5341\u4e09\u4ebf\u4eba\u7684\u5065\u5eb7\uff0c\u51b3\u5b9a\u4e00\u4e2a\u56fd\u5bb6\u548c\u6c11\u65cf\u7684\u524d\u9014\u3002\u515a\u7684\u5341\u516b\u5927\u4ee5\u6765\uff0c\u6211\u56fd\u536b\u751f\u4e0e\u5065\u5eb7\u4e8b\u4e1a\u53d6\u5f97\u5de8\u5927\u6210\u5c31\uff0c\u201c\u5065\u5eb7\u4e2d\u56fd\u201d\u7684\u63d0\u51fa\uff0c\u66f4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=200"}; 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 () { } }); }); }