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=3092&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: 1714838074, nonceStr: 'fHxkDsVt1IKVLRCd', signature: 'e6eaa6b315aec49727c68d62333fc0dfa90e7699', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202004\/ac1c3afe4a4006969115a7179ea7a574.jpg","title":"\u6fb3\u5927\u5229\u4e9a\u7559\u5b66\u751f\u738b\u8bd7\u7476\uff1a\u200b\u6211\u4eec\u66fe\u4e00\u8d77\u4e3a\u7956\u56fd\u7684\u4e00\u7ebf\u5bfb\u627e\u8fc7\u201c\u76fe\u724c\u201d","smalltext":"\u8fd9\u4e2a\u65b0\u5e74\uff0c\u662f\u6211\u51fa\u56fd4\u5e74\u6765\u7b2c\u4e00\u6b21\u6ca1\u6709\u56de\u5bb6\u8fc7\u5e74\u30021\u670825\u53f7\uff0c\u58a8\u5c14\u672c\u3002 \u6211\u5728\u670b\u53cb\u5bb6\u505a\u597d\u4e86\u5e74\u591c\u996d\uff0c\u6253\u5f00\u7535\u89c6\u7a9d\u5728\u6c99\u53d1\u91cc\u51c6\u5907\u770b\u6625\u665a\uff0c\u5237\u624b\u673a\u3002\u4eca\u5929\u7684\u5fae\u535a\u70ed\u641c\u4e0d\u662f\u5a31\u4e50\u516b\u5366\uff0c\u800c\u662f\u4e0d\u65ad\u589e\u957f\u7684\u7684\u611f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3092"}; 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 () { } }); }); }