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=4930&classid=11&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: 1715199076, nonceStr: 'PwG2XsnMx9QpRhMT', signature: 'fad86cda8c177ead665a23f6f20cdf2c7e384cf7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662-\u533b\u52a1\u4eba\u5458\u7ec4\u6210\u5c0f\u578b\u4e50\u961f\u6f14\u594f\u6b4c\u66f2\u81f4\u656c\u5efa\u515a100\u5468\u5e74","smalltext":"\u300a\u767e\u5e74\u00b7\u82b3\u534e\u300bMV\u7684\u539f\u66f2\u9009\u81ea\u300a\u6211\u7684\u7956\u56fd\u300b\uff0c\u4e3b\u8981\u4ee5\u6211\u9662\u6d88\u5316\u5185\u79d1\u3001\u5987\u4ea7\u79d1\u3001\u8d85\u58f0\u79d1\u3001\u773c\u79d1\u3001\u8840\u6db2\u79d1\u3001\u5ba3\u4f20\u5904\u7b49\u79d1\u5ba4\u6210\u5458\u7ec4\u6210\u7684\u5c0f\u578b\u4e50\u961f\uff0c\u901a\u8fc7\u5c0f\u63d0\u7434\u3001\u94a2\u7434\u3001\u4e8c\u80e1\u3001\u7af9\u7b1b\u3001\u8428\u514b\u65af\u3001\u7535\u5b50","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4930"}; 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 () { } }); }); }