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=3447&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: 1746982548, nonceStr: 'R4ptupfs8VIECVbF', signature: '81a1e81710aee260ab6ca4f0418063215dfc10f1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u201c\u65b0\u89c4\u5b9a\u201d\u6696\u4eba\u5fc3","smalltext":"\u5e74\u96be\u7559\uff0c\u65f6\u6613\u635f\u3002\u5728\u8fd9\u534a\u5e74\u91cc\uff0c\u6211\u4eec\u88ab\u201c\u6234\u53e3\u7f69\u3001\u52e4\u6d17\u624b\u3001\u5c11\u805a\u96c6\u3001\u4fdd\u6301\u793e\u4ea4\u8ddd\u79bb\u201d \u7b49\u7b49\u8fd9\u4e9b\u770b\u4f3c\u7b80\u5355\u5374\u53c8\u81f3\u5173\u91cd\u8981\u7684\u884c\u4e3a\u6216\u8005\u610f\u8bc6\u8986\u76d6\u65f6\uff0c\u5374\u53d1\u73b0\u6700\u521d\u7684\u611f\u52a8\u8fd8\u662f\u6765\u81ea\u8eab\u8fb9\u7684\u6e29\u6696\u3002\u96e8\u540e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3447"}; 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 () { } }); }); }