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=4970&classid=12&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: 1714753563, nonceStr: '4xPYBACRW94lYpuX', signature: '8b300b4dace62a8f4d2042140d7ce1c3ec5001bd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u677e\u5c71\u6e56\u4e2d\u5fc3\u533b\u9662-\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u62a4\u58eb\u957f\u5468\u83ca","smalltext":"\u63d0\u5230\u91cd\u75c7\u76d1\u62a4\u75c5\u623f\uff0c\u4f60\u4f1a\u60f3\u5230\u4ec0\u4e48\uff1f\u662f\u51b0\u51b7\u6602\u8d35\u7684\u533b\u7597\u673a\u68b0\uff0c\u662f\u6fd2\u5371\u75db\u82e6\u7684\u60a3\u8005\uff0c\u8fd8\u662f\u533b\u52a1\u4eba\u5458\u5fd9\u788c\u7a7f\u68ad\u7684\u80cc\u5f71\uff1f\u5728\u8fd9\u91cc\uff0c\u7edd\u5927\u591a\u6570\u60a3\u8005\u90fd\u8106\u5f31\u3001\u660f\u8ff7\u3001\u751f\u547d\u5782\u5371\uff0c\u800c\u5b88\u62a4\u4ed6\u4eec\u7684\u533b\u62a4\u4eba\u5458\u8981\u6709\u66f4\u4e13\u4e1a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4970"}; 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 () { } }); }); }