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=4973&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: 1714220557, nonceStr: 'Yvgu3YJStY1O7zGG', signature: '7525667feb7ac30b2db60e0a0218a080edc876e3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u516b\u4eba\u6c11\u533b\u9662-\u793e\u5de5\u90e8\u53ca\u201c\u767e\u96c1\u201d\u5fd7\u613f\u8005\u670d\u52a1\u56e2\u961f","smalltext":"\u4e0a\u6d77\u5e02\u7b2c\u516b\u4eba\u6c11\u533b\u9662\u7684\u793e\u5de5\u90e8\u53ca\u5fd7\u613f\u8005\u670d\u52a1\u961f\u6709\u4e2a\u54cd\u4eae\u7684\u540d\u5b57\u53eb\u201c\u767e\u96c1\u201d\uff0c\u5bc4\u8bed\u5fd7\u613f\u8005\u4eec\u5c31\u50cf\u98de\u5f80\u84dd\u5929\u7684\u767e\u96c1\uff0c\u4ee5\u201c\u96c1\u7fa4\u201d\u4e3a\u699c\u6837\uff0c\u6811\u7acb\u5934\u96c1\u610f\u8bc6\uff0c\u5021\u5bfc\u4eba\u4eba\u516c\u76ca\uff0c\u7fa4\u96c1\u98de\u9e23\uff0c\u5145\u6ee1\u6d3b\u529b\uff0c\u6fc0\u52b1\u5fd7\u613f\u56e2","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4973"}; 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 () { } }); }); }