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=2721&classid=10&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: 1743770326, nonceStr: '6GsVHCNQOhK2OZMB', signature: '982f8e7fe5d5d134a637451fbb9e9cc8c70112a5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\uff1a\u521b\u65b0\u517b\u8001\uff0c\u5851\u9020\u54c1\u724c","smalltext":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\u4f5c\u4e3a\u4e00\u5bb660\u591a\u5e74\u5386\u53f2\u7684\u4e8c\u7ea7\u516c\u7acb\u533b\u9662\uff0c\u5728\u533b\u7597\u6539\u9769\u8fc7\u7a0b\u4e2d\uff0c\u79ef\u6781\u5c65\u884c\u793e\u4f1a\u8d23\u4efb\uff0c\u4e3b\u52a8\u4e3a\u653f\u5e9c\u5206\u5fe7\uff0c\u7740\u5b9e\u4e3a\u767e\u59d3\u89e3\u96be\uff0c\u4ee5\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u4e3a\u5f15\u9886\uff0c\u521b\u65b0\u517b\u8001\u7406\u5ff5\uff0c\u4e3a\u8425\u9020\u5168\u6c11\u7231\u8001\u3001\u656c\u8001\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2721"}; 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 () { } }); }); }