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=3964&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: 1745109244, nonceStr: 'WCDQTTwnUrwpa2OP', signature: '7b3b5e321b86b24f1a2c346f06ce33d4aa525b9b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u515a\u5458\uff0c\u5c31\u8981\u5230\u6700\u9700\u8981\u7684\u5730\u65b9\u53bb","smalltext":"\u515a\u56e2\u5458\uff0c\u80a9\u8d1f\u5386\u53f2\u4f7f\u547d\uff0c\u5e94\u8be5\u5230\u6700\u9700\u8981\u7684\u5730\u65b9\u53bb......2020\u5e7412\u670824\u65e5\uff0c\u6b63\u5728\u67e5\u623f\u7684\u6211\u63a5\u5230\u4e00\u4e2a\u7535\u8bdd\uff0c\u7ec4\u7ec7\u4e0a\u9700\u8981\u4e00\u540d\u9aa8\u79d1\u533b\u751f\u652f\u63f4\u7406\u5858\u53bf\u85cf\u533b\u9662\u65b0\u5efa\u9aa8\u79d1\uff01\u4f46\u6709\u9700\u8981\uff0c\u5e9a\u5373\u62a5\u540d\u4f5c\u4e3a\u5df2\u670929\u5e74\u515a\u9f84","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3964"}; 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 () { } }); }); }