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=619&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: 1746313663, nonceStr: 'tKRJjc8pmlSZgRC6', signature: '857364b6df5839e526fc157bd90741c06ffc8b17', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/00133d20e9a84a58b08d8a6d2e3b4362.jpg","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5976\u7238\u5927\u6bd4\u62fc \u81f4\u656c\u7236\u4eb2\u8282","smalltext":"\u76f8\u6bd4\u6bcd\u4eb2\u8282\u3001\u513f\u7ae5\u8282\uff0c\u7236\u4eb2\u8282\u4e00\u76f4\u662f\u4e2a\u4f4e\u8c03\u7684\u5b58\u5728\u30026\u670814\u65e5\u4e0b\u5348\uff0c\u5728\u201c\u7236\u4eb2\u8282\u201d\u6765\u4e34\u4e4b\u9645\uff0c\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u4ea7\u79d1\u533b\u62a4\u4e3a\u65b0\u751f\u5976\u7238\u4eec\u51c6\u5907\u4e86\u7279\u522b\u8282\u76ee----\u201c\u5976\u7238\u5927\u6bd4\u62fc\u201d\uff0c\u63d0\u524d\u4e3a\u521a\u521a\u5f53\u4e0a\u7236\u4eb2\u7684\u5976\u7238\u4eec\u9001\u4e0a\u8282\u65e5\u795d\u798f\uff0c\u8ba9\u4ed6\u4eec\u5ea6\u8fc7\u4e00\u4e2a\u610f\u4e49\u975e\u51e1\u3001\u96be\u5fd8\u7684\u7236\u4eb2\u8282\u3002\r\n\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=619"}; 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 () { } }); }); }