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=2729&classid=13&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: 1715911349, nonceStr: 'hRxJhDqB4b8rCUWJ', signature: 'b0fb9f1847c47762a4810679f567139eaa4cf9c2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b81\u6ce2\u5e02\u7b2c\u4e00\u533b\u9662\u793e\u5de5\u90e8\uff1a\u5fc3\u5fc3\u76f8\u968f","smalltext":"\u8fd1\u5e74\u6765\uff0c\u5728\u56fd\u5bb6\u536b\u5065\u59d4\u5927\u529b\u5021\u5bfc\u5f00\u5c55\u533b\u52a1\u793e\u4f1a\u5de5\u4f5c\u7684\u80cc\u666f\u4e0b\uff0c\u5b81\u6ce2\u5e02\u7b2c\u4e00\u533b\u9662\u793e\u5de5\u90e8\u79ef\u6781\u54cd\u5e94\u533b\u7597\u536b\u751f\u670d\u52a1\u7684\u6539\u9769\u884c\u52a8\uff0c\u5728\u9662\u9886\u5bfc\u7684\u5927\u529b\u652f\u6301\u4e0b\uff0c\u793e\u5de5\u90e8\u4ee5\u60a3\u8005\u9700\u6c42\u4e3a\u5bfc\u5411\uff0c\u79ef\u6781\u63a2\u7d22\u628a\u533b\u52a1\u793e\u4f1a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2729"}; 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 () { } }); }); }