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=974&classid=4&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: 1714254857, nonceStr: 'YnVW2BfMIyjfVpom', signature: '542ae5ab3a7514d0cf69485bcec34a9e8f5ff064', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/d69ea41492594d5e1bfa4921e3fb937d.jpg","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u738b\u65b0\u5143\uff1a\u7528\u7b14\u5c16\u4e66\u5199\u7231\u4e0e\u6e29\u6696","smalltext":"\u521d\u79cb\u5df2\u5230\uff0c\u5fae\u98ce\u4e0d\u71e5\u30022019\u5e74\u662f\u6211\u8fdb\u5165\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u5de5\u4f5c\u7684\u7b2c\u5341\u4e00\u4e2a\u5e74\u5934\uff0c\u4e5f\u662f\u6211\u4ece\u624b\u672f\u5ba4\u62a4\u58eb\u8f6c\u5c97\u5230\u533b\u9662\u5ba3\u4f20\u7684\u7b2c\u4e03\u5e74\u3002\u4eba\u5e38\u8bf4\u5a5a\u59fb\u5c1a\u6709\u4e03\u5e74\u4e4b\u75d2\uff0c\u4ece\u4e8b\u533b\u9662\u5ba3\u4f20\u5de5\u4f5c\u4e03\u5e74\uff0c\u6709\u6ca1\u6709\u5026\u6020\u548c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=974"}; 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 () { } }); }); }