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=330&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: 1714911710, nonceStr: 'd195xpumwimtBzF3', signature: '1493f853191f73904aa128ef1464ea576b7db43b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\uff1a\u624b\u672f\u53f0\u4e0a\uff0c\u62a4\u58eb\u4e3a\u60a3\u513f\u653e\u8d77\u4e86\u52a8\u753b\u7247","smalltext":" \u5f53\u8fdb\u5165\u624b\u672f\u5ba4\u7684\u5b69\u5b50\u56e0\u4e3a\u6050\u60e7\u800c\u54ed\u95f9\uff0c\u4e0d\u914d\u5408\u9ebb\u9189\u548c\u624b\u672f\u65f6\u600e\u4e48\u529e\uff1f\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u624b\u672f\u5ba4\u7684\u533b\u62a4\u4eba\u5458\u4eec\u7ed9\u51fa\u4e86\u6e29\u6696\u4eba\u5fc3\u7684\u7b54\u6848\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=330"}; 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 () { } }); }); }