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=3470&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: 1715131606, nonceStr: '7K3cfoq1R6G5yCIU', signature: '5c828a4c2eec2873975d82f3431d439518e7c970', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u9752\u8471\u4e03\u6708\uff0c\u201c\u8da3\u5473\u8bfe\u5802\u201d\u91cc\u98d8\u8d77\u201c\u5fd7\u613f\u7ea2","smalltext":"\u201c\u8fb9\u4e0a\u7684\u90a3\u4e2a\u5c0f\u4eba\u662f\u8c01\u5440\uff1f\uff01\u201d \u201c\u2026\u2026\u5988\u5988\uff01\u201d\u3002\u5728\u4e50\u5c71\u5e02\u5939\u6c5f\u53bf\u7518\u6c5f\u9547\u7b2c\u4e00\u5c0f\u5b66\u7684\u6559\u5ba4\u91cc\uff0c\u4e00\u7fa4\u5c0f\u5b66\u751f\u6b63\u57cb\u5934\u4f0f\u6848\uff0c\u8ba4\u771f\u5730\u63cf\u753b\u7740\u201c\u5168\u5bb6\u798f\u201d\uff0c\u8eab\u8fb9\u5219\u662f\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\u7684\u5fd7\u613f\u8005\u4eec\u4e0d\u538c\u5176","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3470"}; 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 () { } }); }); }