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=219&classid=4&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: 1743703095, nonceStr: 'E1TTpNA2EYngVNMZ', signature: 'b550b464fb7e1e3d24a88ffb66e37997b7d24320', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u52a0\u5f3a\u515a\u5efa\u5728\u65b0\u65f6\u671f\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u4e2d\u7684\u521d\u6b65\u63a2\u8ba8","smalltext":"\u4e3a\u4e86\u6df1\u5165\u8d2f\u5f7b\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\uff0c\u5207\u5b9e\u52a0\u5f3a\u515a\u5bf9\u516c\u7acb\u533b\u9662\u7684\u9886\u5bfc\uff0c\u5065\u5168\u73b0\u4ee3\u533b\u9662\u7ba1\u7406\u5236\u5ea6\uff0c2018\u5e746\u6708\u4efd\uff0c\u4e2d\u5171\u4e2d\u592e\u4e13\u95e8\u9881\u53d1\u4e86\u300a\u5173\u4e8e\u52a0\u5f3a\u516c\u7acb\u533b\u9662\u515a\u7684\u5efa\u8bbe\u5de5\u4f5c\u7684\u610f\u89c1\u300b\uff0c\u7136","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=219"}; 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 () { } }); }); }