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=2704&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: 1716103011, nonceStr: '77E7p4soIrelAC0J', signature: '3762bde4dc21257787d27456c9f284b3157f4f9b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\uff1a\u201c\u5929\u4f7f\u62a4\u822a\u2014\u5173\u7231\u7f8e\u4e3d\u5b55\u5988\u5988\u201d","smalltext":"\u201c\u62a4\u58eb\u201d\u8fd9\u4e2a\u7279\u6b8a\u7684\u804c\u4e1a\u7fa4\u4f53\u4ee5\u5973\u6027\u4e3a\u4e3b\uff0c\u8fd120\u5e74\u6765\u867d\u7136\u7537\u62a4\u58eb\u961f\u4f0d\u5df2\u7ecf\u5728\u9010\u6e10\u6269\u5927\uff0c\u4f46\u5927\u90e8\u5206\u7701\u4efd\u7684\u7537\u62a4\u58eb\u5360\u6bd4\u4e0d\u52301%\uff1b\u968f\u7740\u4e8c\u80ce\u7684\u5f00\u653e\uff0c\u62a4\u7406\u5c97\u4f4d\u4e0a\u4e5f\u8d8a\u6765\u8d8a\u591a\u7684\u6000\u5b55\u62a4\u58eb\u5728\u75c5\u623f\u4e2d\u5448\u73b0\uff0c\u6210","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2704"}; 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 () { } }); }); }