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=4346&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: 1744969468, nonceStr: 'vZrTtpsTLo6Ul4By', signature: '6fbc5bce4c375f72f4cd7d0c8b0dcb123956284b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202105\/fdfbd943fdec1646a30ecc879bee2203.jpg","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u4e09\u6c34\u533b\u9662\uff1a\u65f6\u9694\u4e24\u5e74\u7684\u627f\u8bfa\uff0c\u5979\u4e13\u7a0b\u4ece\u6e56\u5357\u5230\u4e09\u6c34\u8865\u4ea418\u4e07\u5143\u533b\u7597\u8d39","smalltext":"18\u4e07\u5143\u6cbb\u7597\u8d39\u3001\u4e00\u9762\u9526\u65d7\uff0c\u8fd9\u662f\u6e56\u5357\u6c38\u5dde\u7684\u7fdf\u91d1\u79c0\u592b\u5987\u4e3a\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u4e09\u6c34\u533b\u9662\uff08\u4e0b\u79f0\u201c\u4e09\u6c34\u4e2d\u533b\u9662\u201d\uff09\u9001\u6765\u7684\u62a4\u58eb\u8282\u201c\u793c\u7269\u201d\u3002\u7fdf\u91d1\u79c0\u8bf4\uff0c\u62ff\u5230\u8f66\u7978\u8d54\u507f\u6b3e\u540e\u505a\u7684\u7b2c\u4e00\u4ef6\u4e8b\uff0c\u5c31\u662f\u8865\u4ea4\u533b\u7597\u8d39\u201c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4346"}; 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 () { } }); }); }