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=2562&classid=11&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: 1749244060, nonceStr: 'uvCPgs7gePRrqvg7', signature: 'fd0b2d73f47d0b11d4aa5c2c88a732c7bde4191b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4e\u5357\u5e02\u76ae\u80a4\u75c5\u9632\u6cbb\u9662\uff1a\u7528\u8272\u5f69\u63cf\u7ed8\u5065\u5eb7\u6d4e\u5357\u7f8e\u4e3d\u753b\u5377","smalltext":" \u201c\u4ee5\u5df1\u6240\u957f\u3001\u6276\u56f0\u52a9\u5f31\u201d\uff0c\u8fd9\u662f\u6d4e\u5357\u5e02\u76ae\u80a4\u75c5\u9632\u6cbb\u9662\u5efa\u966290\u4f59\u5e74\u6765\u59cb\u7ec8\u575a\u5b88\u7684\u65b9\u5411\uff0c\u4f5c\u4e3a\u5168\u5e02\u552f\u4e00\u4e00\u4e2a\u201c\u5168\u56fd\u5b66\u96f7\u950b\u6d3b\u52a8\u793a\u8303\u70b9\u201d\uff0c\u8be5\u9662\u4ee5\u4e13\u4e1a\u7279\u8272\u4e3a\u652f\u6491\uff0c\u5728\u5bf9\u81ea\u8eab\u533b\u7597\u670d\u52a1\u5411\u66f4\u6df1\u3001\u66f4\u7cbe","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2562"}; 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 () { } }); }); }