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=1596&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: 1747202940, nonceStr: 'qq22Yohh6imURX2R', signature: '66e5c38283cbbfbda756978016162b70a1447874', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/7baf356f284248df9aee057f0fe13df3.jpg","title":"\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u72e0\u5fc3\u5973\u629b\u5f035\u4e2a\u591a\u6708\u6b8b\u75be\u4eb2\u751f\u5b50\uff0c\u6025\u8bca\u79d1\u62a4\u58eb\u4e89\u5f53\u5988\u5988","smalltext":"\u3000\u201c\u9ec4\u5c71\u5e02\u7684\u5c71\u7f8e\u6c34\u7f8e\u4eba\u66f4\u7f8e\uff01\u8b66\u5bdf\u3001\u533b\u52a1\u4eba\u5458\u53ca\u5e7f\u5927\u7684\u5e02\u6c11\uff0c\u867d\u7136\u6211\u4eec\u90fd\u7d20\u4e0d\u76f8\u8bc6\uff0c\u4f46\u4ece\u5c0f\u5b69\u7684\u8138\u4e0a\uff0c\u6211\u770b\u5230\u4e86\u4f60\u4eec\u7684\u5173\u5fc3\u4e0e\u5475\u62a4\u3002\u5728\u6b64\uff0c\u6211\u5411\u767d\u8863\u5929\u4f7f\u548c\u8b66\u5bdf\u81f4\u656c\uff0c\u8fc7\u53bb\u768419\u5c0f\u65f6\u4f60\u4eec\u8f9b\u82e6\u4e86\uff01\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1596"}; 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 () { } }); }); }