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=4549&classid=10&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: 1715932639, nonceStr: 'g0OHthgen8qCEzI6', signature: '3f19a7a39fdb53cbf816654c0ffab0afee435a9f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6dee\u5b89\u5e02\u6dee\u9634\u533a\u5987\u5e7c\u4fdd\u5065\u9662-\u52a9\u4ea7\u58eb\u56e2\u961f","smalltext":"\u6dee\u9634\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u4ea7\u623f\u6210\u7acb\u4e8e1998\u5e748\u6708\uff0c\u73b0\u6709\u52a9\u4ea7\u58eb17\u540d\u3002\u5979\u4eec\u6bcf\u5e74\u63a5\u751f\u7684\u65b0\u751f\u513f\u9ad8\u8fbe2000\u591a\u540d\uff0c\u63a5\u8fd1\u6dee\u9634\u533a\u5e74\u51fa\u751f\u4eba\u53e3\u6570\u768430%\u3002\u5979\u4eec\uff0c\u7528\u7231\u6258\u8d77\u65b0\u751f\u547d\uff0c\u662f\u5b88\u671b\u751f\u547d\u82b1\u5f00\u7684\u4ea7\u623f\u5929\u4f7f\u3002\u5f97\u529b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4549"}; 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 () { } }); }); }