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=2045&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: 1747145644, nonceStr: '2vYsToryCB1sLxl5', signature: 'b8396927b6367602428958ce4616ab8ddadda763', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u9006\u884c\u6709\u5149\uff0c\u7167\u4eae\u5e0c\u671b","smalltext":"\u201c\u751f\u547d\u53ef\u656c\uff01\u533b\u8005\u53ef\u4eb2\uff01\u201d\u662f\u4ed6\u4eec\u6263\u7d27\u751f\u547d\u548c\u533b\u8005\u7684\u7ebd\u5e26\uff0c\u4e3a\u4eba\u751f\u5e26\u53bb\u6e29\u6696\u7684\u5947\u8ff9\u3002\u4ed6\u4eec\u662f\u533b\u751f\uff0c\u662f\u62a4\u58eb\uff0c\u662f\u75ab\u60c5\u4e2d\u7684\u9006\u884c\u8005\u3002\u674e\u5360\u82f1\u5c31\u662f\u8fd9\u7fa4\u4eba\u4e2d\u7684\u5176\u4e2d\u4e4b\u4e00\uff0c\u5979\u662f\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u7ed3\u6838\u79d1\u526f\u4e3b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2045"}; 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 () { } }); }); }