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=1593&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: 1749481345, nonceStr: '8stseSDAHjs34IPn', signature: 'a7d2bcfa6b3b5c25b370d5a61e4d5db79c78b6d7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u533b\u5927\u9644\u4e8c\u9662\uff1a\u201c\u6c34\u6676\u201d\u5b9d\u5b9d\u95ef\u5173\u8bb0","smalltext":"\u79cb\u5b63\u662f\u4e00\u4e2a\u6536\u83b7\u7684\u5b63\u8282\uff0c\u5b5526\u5468\u591a\u7684\u5411\u5973\u58eb\u8ddf\u5176\u4ed6\u6bcf\u4e00\u4e2a\u666e\u901a\u7684\u5b9d\u5988\u4e00\u6837\u671f\u5f85\u5b9d\u5b9d\u7684\u987a\u5229\u964d\u751f\u3002\u8fd9\u662f\u5411\u5973\u58eb\u7684\u7b2c\u4e8c\u4e2a\u5b9d\u5b9d\uff0c\u627f\u8f7d\u7740\u5411\u5973\u58eb\u4e00\u5bb6\u7684\u559c\u60a6\u548c\u671f\u76fc\uff0c\u7136\u800c\u4e00\u573a\u65e9\u4ea7\u6539\u53d8\u4e86\u539f\u672c\u5e73\u9759\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1593"}; 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 () { } }); }); }