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=2649&classid=13&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: 1746159134, nonceStr: 'RkpM9C4oJNd8u8su', signature: 'f93b9e02526785dc065bce99adc10a49bd57b676', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u201c\u82b8\u516c\u76ca\u201d\u56e2\u961f\uff1a\u516c\u76ca\u670d\u52a1\u542c\u529b\u4e0e\u8a00\u8bed\u5eb7\u590d","smalltext":"\u201c\u82b8\u516c\u76ca\u201d\u7684\u5b97\u65e8\uff1a\u54cd\u5e94\u56fd\u5bb62016\u201c\u5168\u56fd\u536b\u751f\u5065\u5eb7\u5927\u4f1a\u201d\u6240\u63d0\u51fa\u7684\u201c\u9632\u75c5\u91cd\u4e8e\u6cbb\u75c5\u201d\u4ee5\u53ca\u536b\u5065\u59d42015\u300a\u6539\u5584\u533b\u7597\u536b\u751f\u670d\u52a1\u8ba1\u5212\u300b\u6240\u5021\u5bfc\u7684\u201c\u63d0\u4f9b\u5b89\u5168\u3001\u6709\u6548\u3001\u4fbf\u6377\u3001\u660e\u767d\u7684\u533b\u7597\u670d\u52a1\u201d\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2649"}; 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 () { } }); }); }