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=4746&classid=10&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: 1715251471, nonceStr: 'kklUhhpf7loxMh2Y', signature: 'cb59d7f707be69a274a4c1ec51d62ebbc5fb0fd7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9042\u5b81\u5e02\u4e2d\u533b\u9662-\u4eba\u6587\u5efa\u8bbe\u521b\u610f\u5c0f\u5206\u961f","smalltext":"\u56e2\u961f\u6210\u54584\u4eba\uff0c\u5176\u4e2d\u79d1\u4e3b\u4efb1\u4eba\u3002\u5728\u533b\u9662\u515a\u59d4\u7684\u9886\u5bfc\u4e0b\uff0c\u6309\u7167\u201c\u6574\u4f53\u90e8\u7f72\u3001\u5206\u7247\u7ba1\u7406\u201d\u7684\u65b9\u5f0f\u63a8\u8fdb\u5404\u9879\u5de5\u4f5c\u843d\u5b9e\uff0c\u79d1\u5ba4\u4e3b\u4efb\u6574\u4f53\u628a\u63e1\u3001\u6309\u8d23\u5206\u5316\u5404\u9879\u5de5\u4f5c\uff0c\u56e2\u961f\u5e72\u4e8b\u5bf9\u6807\u804c\u80fd\u3001\u5404\u53f8\u5176\u804c\uff0c\u5206\u522b\u5bf9\u53e3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4746"}; 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 () { } }); }); }