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=3529&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: 1745119291, nonceStr: '0n8w4e19rC7esGC9', signature: '263d19503fab745b0345f258c8591be3b9941bdd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u80bf\u7624\u79d1\u62a4\u58eb\u4eec\u96c6\u4f53\u7ed9\u60a3\u8005\u6512\u201c\u5c0f\u5939\u5b50\u201d","smalltext":" \u8fd1\u65e5\uff0c\u80bf\u7624\u5185\u79d1\u7684\u62a4\u58eb\u4eec\u6512\u4e86\u8fd1\u767e\u4e2a\u201c\u5c0f\u5939\u5b50\u201d\uff0c\u770b\u7740\u6ee1\u6ee1\u4e00\u888b\u5b50\u7684\u5c0f\u5939\u5b50\uff0c\u5927\u5bb6\u90fd\u6b23\u6170\u7684\u8bf4\uff1a\u201c\u8fd9\u56de\u591f\u7528\u4e00\u6bb5\u65f6\u95f4\u4e86\u201d\u3002\u539f\u6765\u8fd9\u4e9b\u5c0f\u5939\u5b50\u90fd\u662f\u80bf\u7624\u5185\u79d1\u7684\u62a4\u58eb\u4eec\u4e3a\u4e00\u540d\u98df\u7ba1\u764c\u60a3\u8005\u51c6\u5907\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3529"}; 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 () { } }); }); }