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=868&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: 1747101178, nonceStr: 'O25TTC2Hg46Unbd6', signature: 'c068f18844adad7d04da36ef75e256b76022b0e1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/960767f9f1c13d3bb4be1d99f6e91cb2.jpg","title":"\u6b66\u6c49\u4e9a\u6d32\u5fc3\u810f\u75c5\u533b\u9662:8\u5e745\u8d74\u897f\u85cf \u7b5b\u67e5\u5148\u5fc3\u60a3\u513f\u63a5\u56de\u6b66\u6c49\u514d\u8d39\u624b\u672f\u6cbb\u7597","smalltext":" \u4ece\u6b66\u6c49\u5230\u62c9\u8428\uff0c\u518d\u4ee5\u62c9\u8428\u4e3a\u8d77\u70b9\u524d\u5f80\u5c71\u5357\u7684\u4e43\u4e1c\u533a\u3001\u743c\u7ed3\u53bf\u3001\u52a0\u67e5\u53bf\u3001\u66f2\u677e\u53bf\uff0c\u518d\u5230\u65e5\u5580\u5219\u5e02\u2026\u2026\u5168\u7a0b\u5e73\u5747\u6d77\u62d43700\u7c73\uff0c\u6cbf\u9014\u6216\u8981\u7ffb\u8d8a\u6d77\u62d45000\u7c73\u7684\u5c71\u53e3\uff0c\u6216\u4f1a\u6cbf\u7740\u96c5\u9c81\u85cf\u5e03\u6c5f\u5ce1\u8c37\u4e00\u8def\u98de\u5f1b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=868"}; 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 () { } }); }); }