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=1173&classid=4&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: 1715113241, nonceStr: 'N6Tzjr5HnDa1VXhS', signature: '0d7f44045466e3c7dbf5a99ba9f0383c600c943f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u5c48\u71d5\u98de\uff1a\u4f5b\u4e2d\u533b\u7248\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b\u5e55\u540e\u6545\u4e8b","smalltext":"\u201c\u6211\u548c\u6211\u7684\u7956\u56fd\uff0c\u4e00\u523b\u4e5f\u4e0d\u80fd\u5206\u5272\u2026\u2026\u201d\u6211\u9662\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300bMV\u62cd\u6444\u7ed3\u675f\u81f3\u4eca\uff0c\u5df2\u8fc7\u53bb5\u4e2a\u591a\u6708\u4e86\uff0c\u5f53\u8fd9\u9996\u5531\u54cd\u5fc3\u7075\u7684\u8d5e\u6b4c\u518d\u6b21\u54cd\u8d77\uff0c\u8ddf\u968f\u90a3\u4f18\u7f8e\u7684\u65cb\u5f8b\uff0c\u6211\u518d\u6b21\u56de\u60f3\u8d77\u53c2\u4e0e\u62cd\u6444\u8fc7\u7a0b\u7684\u70b9\u70b9\u6ef4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1173"}; 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 () { } }); }); }