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=1103&classid=5&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: 1714941644, nonceStr: 'iF3UC2r7XId6Ups1', signature: '4efa3551bc3c7b2a2a7edb031392db60616f88cb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u5b69\u5b50\u4eec\uff0c\u8fd9\u4e2a\u6691\u5047\u8c22\u8c22\u4f60\u4eec\u7684\u7231","smalltext":" \u4eca\u5e74\u7684\u708e\u590f\uff0c\u6709\u4e00\u7fa4\u53ef\u7231\u7684\u5b69\u5b50\u4eec\u8eab\u7a7f\u5fd7\u613f\u8005\u7ea2\u9a6c\u7532\u3001\u5e26\u7740\u5c0f\u7ea2\u5e3d\uff0c\u6d3b\u8dc3\u5728\u533b\u9662\u5404\u4e2a\u89d2\u843d\uff0c\u4ee5\u201c\u5949\u732e\u3001\u53cb\u7231\u3001\u4e92\u52a9\u3001\u8fdb\u6b65\u201d\u540d\u4e49\uff0c\u4e3a\u81ea\u5df12019\u7684\u6691\u5047\u7559\u4e0b\u4e86\u4e00\u6bb5\u6709\u610f\u4e49\u7684\u8bb0\u5fc6\uff0c\u4e5f\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1103"}; 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 () { } }); }); }