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=1423&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: 1747190083, nonceStr: 'L0N73yq2zZX0GvtM', signature: '864f33a76893254c419e719080ba6d1613aa331c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/bc6ad0ccec86c07f564a5065e969a2e5.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u4ea7\u79d1\u5256\u51fa\u201c\u54ea\u5412\u201d\u5b9d\u5b9d","smalltext":"\u3000\u3000\u8c01\u66fe\u60f3\u73b0\u5b9e\u4e2d\u4e0a\u6f14\u4e86\u548c\u54ea\u5412\u51fa\u751f\u6781\u4e3a\u76f8\u4f3c\u7684\u4e00\u5e55\uff0c30\u5c81\u7684\u5b9d\u5988\u7f57\u5973\u58eb\u7adf\u7136\u4e5f\u751f\u51fa\u4e86\u4e00\u4e2a\u201c\u8089\u7403\u201d\u3002\u6709\u4eba\u60ca\u547c\u8fd9\u4e0d\u662f\u201c\u54ea\u5412\u201d\u5417?\u8fd9\u5230\u5e95\u662f\u600e\u4e48\u56de\u4e8b\uff0c\u539f\u56e0\u4e3a\u4f55\u5462?\u3000\u3000\u798f\u5b89\u7f57\u5973\u58eb\u7cfb\u4e8c\u80ce","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1423"}; 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 () { } }); }); }