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=1430&classid=10&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: 1746291453, nonceStr: 'dltU67C4meqH5tkk', signature: 'f0eb63a3cb0cd5ecf7907d6b548179e4bf96c7be', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/c6f64f0a459cec3bfec678254ef0758b.jpg","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u76f4\u6302\u4e91\u5e06\u6d4e\u6ca7\u6d77","smalltext":"\u5728\u6c7e\u6cb3\u4e4b\u897f\u3001\u4eba\u6770\u5730\u7075\u7684\u53e4\u6c7e\u5dde\u5927\u5730\u4e0a\uff0c\u77d7\u7acb\u7740\u4e00\u5ea7\u6709\u7740130\u5e74\u5386\u53f2\u7684\u533b\u9662\uff0c\u5979\u4ee5\u5176\u72ec\u7279\u7684\u9b45\u529b\u5438\u5f15\u7740\u5468\u8fb9\u5341\u51e0\u4e2a\u53bf\u5e02\u7684\u60a3\u8005\u8d76\u6765\u5c31\u8bca\u3002\u5979\uff0c\u5e7f\u7eb3\u826f\u533b\uff0c\u666e\u65bd\u4ec1\u672f\uff0c\u4ee5\u201c\u65e0\u6127\u533b\u62a4\u5fc3\uff0c\u7559\u4f4f\u60a3\u8005\u5fc3\uff0c\u8d62","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=1430"}; 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 () { } }); }); }