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=1170&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: 1747146071, nonceStr: 'SoSudx41RKl9faxw', signature: '1373559de72deacac309b6d2e8e03809eaf8a1f1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/7a7d10d03b0931b81f7647af35f7dec8.jpg","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662:\u770b\u5b8c\u8fd9\u573a\u751f\u65e5\u4f1a\uff0c\u4f60\u8fd8\u80fd\u300a\u8bf4\u597d\u4e0d\u54ed\u300b\u5417\uff1f","smalltext":"\u8fc7\u751f\u65e5\u901a\u5e38\u6709\u9c9c\u82b1\u3001\u86cb\u7cd5\uff0c\u5bff\u661f\u8fd8\u8981\u5439\u8721\u70db\u3001\u5207\u86cb\u7cd5\u3002\u4f46\u5728\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u4f4f\u9662\u90e8\u91cc\u5374\u6709\u4e00\u573a\u7279\u522b\u7684\u751f\u65e5\uff0c\u5bff\u661f\u4e0d\u4ec5\u65e0\u6cd5\u5531\u6b4c\u3001\u5403\u86cb\u7cd5\uff0c\u8fd8\u4e00\u76f4\u5904\u4e8e\u610f\u8bc6\u660f\u8ff7\u72b6\u6001\uff0c\u5bb6\u5c5e\u548c\u533b\u52a1\u4eba\u5458\u5e0c\u671b\u7528\u7231\u5524","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1170"}; 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 () { } }); }); }