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=3473&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: 1714892459, nonceStr: '8iPcpTygisRvrmc0', signature: '2e5789374503486c7bc9613a61641751f98611d1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7b51\u7262\u201c\u5065\u5eb7\u5824\u575d\u201d\u786e\u4fdd\u9632\u6c5b\u4e00\u7ebf\u4eba\u5458\u751f\u547d\u5b89\u5168","smalltext":"7\u67089\u65e5\uff0c\u4e3a\u505a\u597d\u9632\u6c5b\u533b\u7597\u4fdd\u969c\u5de5\u4f5c\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u7ec4\u7ec7\u533b\u7597\u4e13\u5bb6\uff0c\u5954\u8d74\u5168\u5e02\u9632\u6c5b\u4e00\u7ebf\uff0c\u4e3a\u575a\u5b88\u5728\u5824\u575d\u4e0a\u7684\u503c\u5b88\u4eba\u5458\u9001\u533b\u9001\u836f\u3002 \u96e8\u540e\u521d\u6674\u7684\u76db\u590f\uff0c\u5929\u6c14\u5f02\u5e38\u708e\u70ed\uff0c\u5728\u4e49\u548c\u516d\u5b54\u95f8\u5824\u575d\uff0c\u533b\u7597\u5c0f\u5206\u961f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3473"}; 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 () { } }); }); }