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=4304&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: 1744969294, nonceStr: 'dOcGs1eRVUEVjkj9', signature: 'cd3b4583952d883a621c4addf25c20a450a74027', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\u94b1\u76ca\u6656\uff1a\u4eba\u6587\u4e4b\u82b1\u8fb9\u7586\u7efd\u653e","smalltext":"\u56db\u6708\u7684\u666e\u6d31\u5df2\u662f\u7e41\u82b1\u7efd\u653e\uff0c\u6bcf\u4e00\u6761\u8857\u9053\u90fd\u5b9a\u6709\u4e00\u79cd\u82b1\u5728\u76db\u5f00\uff0c\u5df4\u897f\u5df4\u5766\u6728\u3001\u77f3\u659b\u82b1\u3001\u51e4\u51f0\u82b1\u3001\u84dd\u82b1\u6979\u2026\u2026\u6bcf\u4e00\u6761\u8def\u90fd\u6709\u770b\u5934\u3002\u540e\u75ab\u60c5\u65f6\u4ee3\uff0c\u6211\u6709\u5e78\u80fd\u591f\u53c2\u4e0e2021\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4304"}; 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 () { } }); }); }