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=1162&classid=4&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: 1716010099, nonceStr: 'V2cN4gyuLx73V3nb', signature: '97764801499426eedca8649e222e486f7e1a094b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u59da\u5947\u5fd7\uff1a\u65f6\u96943\u5e74\u76842\u5c01\u611f\u8c22\u4fe1","smalltext":"\u8fd1\u65e5\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u76d1\u5bdf\u5ba4\u6536\u5230\u4e86\u4e00\u5c01\u6765\u81ea\u9488\u63a8\u7406\u7597\u79d102\u5e8a\u4f4f\u9662\u60a3\u8005\u51af\u5148\u751f\u7684\u611f\u8c22\u4fe1\uff0c\u4fe1\u4e2d\u5199\u9053\uff1a\u201c\u6570\u679a\u795e\u9488\u9488\u7078\u7597\u7ecf\uff0c\u4e00\u53cc\u5999\u624b\u624b\u5230\u75c5\u9664\uff0c\u591a\u5e74\u7684\u65e7\u75be\u52a0\u65b0\u75c5\u5df2\u660e\u663e\u597d\u8f6c......\u5728\u6211\u9010\u6b65\u5eb7\u590d\u5373","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1162"}; 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 () { } }); }); }