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=4901&classid=10&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: 1715935125, nonceStr: 'nuYyRlwf7BsC0cj3', signature: 'c5389e7bdf91616fcd5c4209baf7d31ff4ac7206', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662-\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u5de5\u4f1a\u8d85\u7ea7\u201c\u6696\u6696\u201d\u5411\u524d\u51b2","smalltext":"\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5728\u591a\u5730\u8003\u5bdf\u65f6\u5747\u6709\u5f3a\u8c03\uff1a\u8981\u4e00\u4ef6\u4e00\u4ef6\u5730\u89e3\u51b3\u7fa4\u4f17\u7684\u201c\u64cd\u5fc3\u4e8b\u3001\u70e6\u5fc3\u4e8b\u3001\u63ea\u5fc3\u4e8b\u201d\u3002\u5f53\u597d\u4eba\u6c11\u7fa4\u4f17\u7684\u77e5\u5fc3\u4eba\u3001\u8d34\u5fc3\u4eba\u3001\u9886\u8def\u4eba\uff0c\u7528\u5fc3\u7528\u60c5\u7528\u529b\u89e3\u51b3\u597d\u7fa4\u4f17\u6025\u96be\u6101\u76fc\u95ee\u9898\u3002\u529e\u5b9e\u4e8b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4901"}; 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 () { } }); }); }