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=259&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: 1714439786, nonceStr: 'g3dHhzPLlGSTk5vZ', signature: 'ce7cd2541cc3824ab6f33df36bac4ccd53036006', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u6e29\u6c5f\u533b\u9662\uff1a\u4ee5\u4eba\u6587\u5efa\u8bbe\u70b9\u4eae\u533b\u9662\u54c1\u724c","smalltext":"\u8fd1\u5e74\u6765\uff0c\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u6e29\u6c5f\u533b\u9662\u56f4\u7ed5\u201c\u4ee5\u4eba\u4e3a\u672c\uff0c\u4ee5\u4eba\u4e3a\u656c\u201d\u7684\u53d1\u5c55\u5b97\u65e8\uff0c\u79c9\u627f\u201c\u533b\u4e4b\u9b42\uff0c\u539a\u5fb7\u4e3a\u5883\u754c\uff1b\u533b\u4e4b\u9053\uff0c\u614e\u601d\u4e88\u751f\u606f\uff1b\u533b\u82e5\u53ca\uff0c\u535a\u5b66\u59cb\u4e8e\u5373\uff1b\u533b\u82e5\u65bd\uff0c\u5584\u884c\u5fc5\u5148\u81f3\u201d\u7684\u4eba\u6587\u4e3b\u7ebf\uff0c\u5207\u5b9e\u7ef4\u62a4\u533b\u9662\u516c\u76ca","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=259"}; 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 () { } }); }); }