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=4325&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: 1744969709, nonceStr: '8XFJLbYkPebbeIXZ', signature: '1f631658dfc6117efe85945f1ce74713550c8597', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u8c22\u8c22\u533b\u751f\uff0c\u6211\u53ef\u4ee5\u7a7f\u4e0a\u68a6\u5bd0\u4ee5\u6c42\u7684\u5a5a\u7eb1\u4e86","smalltext":"\u201c\u533b\u751f\uff0c\u621110\u6708\u4efd\u8981\u7ed3\u5a5a\u4e86\uff0c\u6709\u6ca1\u6709\u529e\u6cd5\u53ef\u4ee5\u8ba9\u8116\u5b50\u4e0d\u7559\u75a4\uff1f\u201d\u8fd1\u65e5\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u4e73\u817a\u7532\u72b6\u817a\u5916\u4e8c\u79d1\u63a5\u8bca\u4e86\u4e00\u4f4d\u5e74\u8f7b\u7684\u7532\u72b6\u817a\u80bf\u7269\u60a3\u8005\u5c0f\u738b\uff0c\u6765\u533b\u9662\u65f6\u5c0f\u738b\u5f69\u8d85\u663e\u793a\uff1a\u5de6\u53f6\u7532\u72b6\u817a\u51854\u5398\u7c73\u7ed3\u8282\uff0c\u5ef6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4325"}; 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 () { } }); }); }