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=2598&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: 1746210599, nonceStr: '3OikohOYHn4h6MMb', signature: 'f8fe6b51e573d7e0ec43b8ac62a9507706e5eb30', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662:\u201c\u9752\u6625\u533b\uff0b\u884c\u201d\u5065\u5eb7\u670d\u52a1\u9001\u4e07\u5bb6","smalltext":"\u4f34\u968f\u7740\u201c\u5065\u5eb7\u4e2d\u56fd\u201d\u76ee\u6807\u7684\u63d0\u51fa\uff0c\u5065\u5eb7\u670d\u52a1\u7b56\u7565\u6b63\u4ece\u4ee5\u75be\u75c5\u6cbb\u7597\u4e3a\u4e2d\u5fc3\u5411\u4ee5\u5065\u5eb7\u4e3a\u4e2d\u5fc3\u8f6c\u53d8\u3002\u4e3a\u8fdb\u4e00\u6b65\u52a0\u5f3a\u5c45\u6c11\u5065\u5eb7\u7d20\u517b\u6559\u80b2\uff0c\u666e\u53ca\u5065\u5eb7\u751f\u6d3b\u7406\u5ff5\uff0c\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662\u56e2\u59d4\u4ece2016\u5e744\u6708\u63a8\u51fa\u201c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2598"}; 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 () { } }); }); }