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=1493&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: 1749481036, nonceStr: 'SA7jimqJtuAoE3SU', signature: 'e3d90909eea720fbb63f07ffcb98b5bce8c2b103', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/636773003fc3457fe55a02a16302b90f.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5b81\u5fb7\u5e02\u6700\u7f8e\u62a4\u58eb \u9ec4\u91d14\u5206\u949f\u62a2\u6551\u4e00\u6761\u751f\u547d","smalltext":"\u201c\u613f\u543e\u4e00\u751f\u7eaf\u6d01\u5fe0\u8bda\u670d\u52a1\uff0c\u4e13\u5fc3\u81f4\u5fd7\u6388\u4e88\u62a4\u7406\u8005\u4e4b\u5e78\u798f\u3002\u201d\u8fd9\u662f\u201c\u63d0\u706f\u5973\u795e\u201d\u5f17\u6d1b\u4f26\u65af\u5357\u4e01\u683c\u5c14\u8a93\u8a00\u4e2d\u7684\u7247\u6bb5\uff0c\u81ea\u8d70\u4e0a\u62a4\u7406\u5c97\u4f4d\u7684\u90a3\u5929\u8d77\uff0c\u8fd9\u53e5\u8bdd\u5c31\u6df1\u6df1\u5730\u94ed\u523b\u5728\u95fd\u4e1c\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u62a4\u58eb\u5218","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1493"}; 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 () { } }); }); }