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=1174&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: 1714870274, nonceStr: 'fjFTnWL5WOHFywhy', signature: '7e5232b5d0058b05a8197937487f40012ff57781', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/8e49a50779ad63d237810845ce20b109.jpg","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u518d\u5531\u4e1c\u65b9\u7ea2\u2014\u2014\u4e3e\u529e\u5e86\u795d\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\u7ea2\u6b4c\u6f14\u5531\u4f1a","smalltext":"\u4eca\u5929\uff0c\u8fd9\u91cc\u662f\u4e00\u7247\u7ea2\u8272\u7684\u6d77\u6d0b\u3002\u4eca\u5929\uff0c\u8fd9\u91cc\u7684\u7ea2\u6b4c\u54cd\u5f7b\u4e91\u9704\u3002\u4eca\u5929\uff0c\u8fd9\u91cc\u7684\u6fc0\u60c5\u718a\u718a\u71c3\u70e7\u3002\u4eca\u5929\uff0c\u8fd9\u91cc\u7684\u611f\u52a8\u89e6\u52a8\u5fc3\u7075\u3002 \u5728\u56fd\u5e86\u8282\u5373\u5c06\u6765\u4e34\u4e4b\u9645\uff0c\u4e3a\u4e86\u5e86\u795d\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6210\u7acb70\u5468\u5e74\uff0c\u4fe1\u9633","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1174"}; 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 () { } }); }); }