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=2513&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: 1744318752, nonceStr: 'VtRHjPR2wlfdovxQ', signature: 'b0972bfa6aa187e69e54db26ef6cbd663052edf5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662\uff1a\u642d\u5efa\u6551\u6cbb\u751f\u547d\u201c\u5b89\u5168\u5c9b\u201d","smalltext":" \u7a7a\u4e2d\u6025\u6551\u662f\u4f7f\u7528\u533b\u7597\u6025\u6551\u822a\u7a7a\u5668\u4f5c\u4e3a\u4ea4\u901a\u5de5\u5177\u6216\u5de5\u4f5c\u5e73\u53f0\u5f00\u5c55\u533b\u7597\u4f5c\u4e1a\u7684\u884c\u4e3a\uff0c\u5305\u62ec\u73b0\u573a\u533b\u7597\u6551\u6cbb\u3001\u533b\u7597\u6551\u6cbb\u8f6c\u8fd0\u3001\u533b\u7597\u529b\u91cf\u6295\u9001\u548c\u533b\u7528\u7269\u8d44\u53ca\u6d3b\u4f53\u5668\u5b98\u8fd0\u9001\u7b49\u3002\u7a7a\u4e2d\u6025\u6551\u4f53\u7cfb\u5728\u53d1\u8fbe","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2513"}; 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 () { } }); }); }