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=1151&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: 1747145718, nonceStr: 'mRhKDO87DDHl3jG6', signature: '472e69625e3c958e2f815a568a6ef6876b1169d8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/d77c3b083a615f0eb2ff7596c06070e8.jpg","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662:\u6f58\u6587\u68ee\u6559\u6388\u8363\u83b7\u201c\u63f4\u5efa\u5949\u732e\u5956\u201d","smalltext":"\u6211\u9662\u547c\u5438\u4e8c\u79d1\u526f\u4e3b\u4efb\u6f58\u6587\u68ee\u6559\u6388\uff0c\u4ee5\u51fa\u8272\u7684\u63f4\u52a9\u5de5\u4f5c\u8363\u83b7\u65b0\u7586\u5efa\u8bbe\u5175\u56e2\u7b2c\u56db\u5e08\u533b\u9662\u9881\u53d1\u7684\u201c\u63f4\u5efa\u5949\u732e\u5956\u201d\u30022018\u5e7412\u670825\u65e5\uff0c\u6f58\u6587\u68ee\u6559\u6388\u4f5c\u4e3a\u4e2d\u592e\u7ec4\u7ec7\u90e8\u3001\u5171\u9752\u56e2\u4e2d\u592e\u7b2c19\u6279\u535a\u58eb\u670d\u52a1\u56e2\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1151"}; 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 () { } }); }); }