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=2202&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: 1749420343, nonceStr: 'LNCQnpgpezkA6zre', signature: 'b8c5512bc41c5d2dbac8f6e94327e6fa9390a63f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u613f\u4f60\u50cf\u82b1\u513f\u4e00\u6837\u7f8e\u4e3d","smalltext":"\u5e74\u5e74\u5c81\u5c81\u82b1\u76f8\u4f3c\uff0c\u5c81\u5c81\u5e74\u5e74\u4eba\u4e0d\u540c\u30023\u67085\u65e5\uff0c\u5728\u4e00\u5e74\u4e00\u5ea6\u7684\u201c\u4e09\u516b\u201d\u56fd\u9645\u52b3\u52a8\u5987\u5973\u8282\u5373\u5c06\u6765\u4e34\u4e4b\u9645\uff0c\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\u5728\u95e8\u8bca\u5927\u697c\u5916\uff0c\u81f4\u656c\u6170\u95ee\u6700\u7f8e\u5973\u6027\u201c\u9006\u884c\u8005\u201d\uff0c\u5411\u5973\u5de5\u4ee3\u8868\u53d1\u653e\u4e09\u767e\u516d\u5341","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2202"}; 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 () { } }); }); }