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=5117&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: 1716051098, nonceStr: 'UILtBx3LjnHATXML', signature: 'c224d7336b684b6d15e4fe2735abb291fcd8dba3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u5f53\u624b\u672f\u5ba4\u201c\u7537\u62a4\u201d\u9047\u5230\u5d29\u6e83\u7684\u201c\u5c0f\u5973\u5b69\u201d","smalltext":" \u201c\u7537\u62a4\u201d\u5728\u533b\u9662\u6e10\u6e10\u589e\u591a\uff0c\u4ed6\u4eec\u591a\u6d3b\u8dc3\u5728\u624b\u672f\u5ba4\u8fd9\u4e2a\u91cd\u4e2d\u4e4b\u91cd\u7684\u533b\u9662\u201c\u91cd\u5730\u201d\uff0c\u968f\u7740\u4e0e\u7537\u62a4\u7684\u63a5\u89e6\u8d8a\u6765\u8d8a\u591a\uff0c\u6e10\u6e10\u53d1\u73b0\u4ed6\u4eec\u80cc\u540e\u7684\u7ec6\u817b\u4f53\u8d34\uff0c\u4eca\u5929\u8fd9\u4e2a\u60a3\u513f\u624b\u672f\u7684\u5c0f\u6545\u4e8b\u53ea\u662f\u51b0\u5c71\u4e00\u89d2\uff0c\u66f4\u591a\u7684\u6545\u4e8b\u90fd\u5728\u4ed6\u4eec\u6bcf\u5929\u5de5\u4f5c\u7684\u65e5\u5e38\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5117"}; 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 () { } }); }); }