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=3915&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: 1715112813, nonceStr: 'UajWsKC73xLeoJzh', signature: '49fa8889b5ec902313585e8bf1a3de0de2f9ae90', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u9006\u884c\u6218\u98ce\u96ea\uff0c\u6700\u7f8e\u98ce\u666f\u5728\u8fd9\u91cc","smalltext":"\u63d0\u8d77\u96ea\uff0c\u8111\u6d77\u4e2d\u6700\u5148\u95ea\u8fc7\u7684\uff0c\u662f\u67f3\u7d6e\u56e0\u98ce\u8d77\uff1f\u662f\u6492\u76d0\u7a7a\u4e2d\u5dee\u53ef\u62df\uff1f\u662f\u5343\u91cc\u51b0\u5c01\uff0c\u4e07\u91cc\u96ea\u98d8\uff1f\u8fd8\u662f\u5343\u6811\u4e07\u6811\u68a8\u82b1\u5f00\uff1f 2021\u65b0\u5e74\u4f0a\u59cb\uff0c\u8fde\u65e5\u7684\u5927\u96ea\u8ba9\u6e2f\u57ce\u94fa\u4e0a\u4e86\u4e00\u5c42\u539a\u539a\u7684\u51ac\u88c5\u3002\u8e0f\u5728\u96ea\u5730\u91cc\u7684\u6df1\u6df1\u811a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3915"}; 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 () { } }); }); }