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=3446&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: 1714931693, nonceStr: 'Yx807UtKpc4PHZST', signature: '4c9a4c81010e2e11a32e7f8945d60ed492fe3042', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6dee\u5317\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u533b\u751f\u201c\u6446\u5730\u644a\u201d \u5065\u5eb7\u5230\u8eab\u8fb9","smalltext":"\u5728\u4e2d\u56fd\u5171\u4ea7\u515a99\u5468\u5e74\u534e\u8bde\u4e4b\u9645\uff0c\u6dee\u5317\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u515a\u5458\u533b\u52a1\u5de5\u4f5c\u8005\u79ef\u6781\u521b\u65b0\u5065\u5eb7\u670d\u52a1\u65b0\u6a21\u5f0f\uff0c\u54cd\u5e94\u201c\u5730\u644a\u7ecf\u6d4e\u201d\uff0c\u5f00\u5c55\u201c\u533b\u751f\u6446\u5730\u644a\uff0c\u5065\u5eb7\u5230\u8eab\u8fb9\u201d\u516c\u76ca\u6d3b\u52a8\uff0c\u4ee5\u5b9e\u9645\u884c\u52a8\u8be0\u91ca\u515a\u5458\u5e72\u90e8\u5fc3\u7cfb\u7fa4\u4f17","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3446"}; 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 () { } }); }); }