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=1431&classid=12&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: 1714670149, nonceStr: 'BloLLz84Vg4DXSNA', signature: 'f1f9567baec046dc3f8e9ad268b2e9e4b6c5d4b8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/5a8b73b195d3d8cd0e0e3335f9d8632a.jpg","title":"\u66a8\u5357\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u5438\u5c3f\u6551\u4eba\u533b\u751f\u5f20\u7ea2\u53d7\u8868\u5f70\uff0c\u620f\u79f0\u592a\u592a\u4e0d\u4eb2\u6211\u4e86","smalltext":"11\u670828\u65e5\u4e0b\u5348\uff0c\u66a8\u5357\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\u4e3e\u884c\u8868\u5f70\u5927\u4f1a\uff0c\u6388\u4e88\u5728\u98de\u673a\u4e0a\u5438\u5c3f\u6551\u4eba\u7684\u5f20\u7ea2\u533b\u751f\u201c\u66a8\u5357\u674f\u6797\u6977\u6a21\u201d\u79f0\u53f7\uff0c\u5e76\u53f7\u53ec\u5168\u4f53\u804c\u5de5\u5b66\u4e60\u5f20\u7ea2\u533b\u751f\u5728\u5371\u6025\u60c5\u51b5\u4e0b\u4ee5\u60a3\u8005\u4e3a\u4e2d\u5fc3\uff0c\u5f18\u626c\u656c\u4f51\u751f\u547d\uff0c\u6551\u6b7b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=1431"}; 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 () { } }); }); }