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=1955&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: 1714616204, nonceStr: '1VbvuMt7a6Giaa0q', signature: '49cade5d5d7bbe05ee1c836905e539581efbbe47', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/2bd9701ff68d5894c039e276dd9e1da1.jpg","title":"\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u9000\u5f79\u8001\u5175\u738b\u6210\u6587\u4e3b\u52a8\u8bf7\u7f28\u76f4\u9762\u6297\u75ab\u524d\u7ebf","smalltext":"\u3000\u3000\u5728\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u9632\u63a7\u9632\u6cbb\u5de5\u4f5c\u4e2d\uff0c\u6211\u9662\u6709\u4e00\u7c7b\u7279\u6b8a\u7684\u5de5\u4f5c\u8005\uff0c\u4ed6\u4eec\u65e2\u4e0d\u662f\u533b\u751f\uff0c\u4e5f\u4e0d\u662f\u62a4\u58eb\uff0c\u5728\u75ab\u60c5\u6765\u4e34\u65f6\uff0c\u4ed6\u4eec\u4e0e\u533b\u52a1\u4eba\u5458\u4e00\u8d77\uff0c\u51b2\u5728\u7b2c\u4e00\u7ebf\uff0c\u65f6\u523b\u6574\u88c5\u5f85\u53d1\uff0c\u4e89\u5206\u593a\u79d2\u4e0e\u6b7b\u795e\u8d5b\u8dd1\u3002\u3000\u3000\u738b\u6210\u6587","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1955"}; 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 () { } }); }); }