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=4969&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: 1714794075, nonceStr: 'WUEnTaLyrD8pIaIw', signature: 'facaed27381f42ff57f2408e8896ddad66bc26de', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9547\u6c5f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u5168\u5458\u201c\u516c\u76ca1\u5c0f\u65f6\u201d\u5fd7\u613f\u670d\u52a1","smalltext":"\u5728\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u671f\u95f4\uff0c\u9762\u5bf9\u533b\u7597\u670d\u52a1\u548c\u75ab\u60c5\u9632\u63a7\u7684\u53cc\u91cd\u9700\u6c42\uff0c\u9547\u6c5f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u5f00\u5c55\u4e86\u201c\u516c\u76ca1\u5c0f\u65f6\u201d\u884c\u52a8\uff0c\u9762\u5411\u5168\u9662\u804c\u5de5\u5e7f\u6cdb\u5ba3\u4f20\u201c\u968f\u624b\u516c\u76ca\u201d\u7406\u5ff5\uff0c\u63a2\u7d22\u51fa\u4e00\u6761\u4fbf\u4e8e\u5168\u5458\u53c2\u4e0e\u7684\u5fd7\u613f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4969"}; 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 () { } }); }); }