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=198&classid=4&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: 1715726150, nonceStr: '2pkQZh5fAQWb7mGP', signature: '2dab5a77efbb5553a9d8cc584eef03efd49e8333', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/bf470db0b7719d7ce4d8371f5fb7817d.jpg","title":" \u52a0\u5f3a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u52a9\u529b\u5065\u5eb7\u4e2d\u56fd","smalltext":"\u533b\u9662\u4eba\u6587\u662f\u5065\u5eb7\u4e2d\u56fd\u5f81\u7a0b\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u7ec4\u6210\u3002 \u4ec0\u4e48\u662f\u5065\u5eb7\u4e2d\u56fd\uff1f\u5b83\u5206\u4e3a\u4e94\u5927\u5757\uff1a\u7b2c\u4e00\u5757\u5065\u5eb7\u751f\u6d3b\u65b9\u5f0f\uff1b\u7b2c\u4e8c\u5757\u4f18\u5316\u5065\u5eb7\u670d\u52a1\uff0c\u4ece\u4f9b\u7ed9\u4fa7\u89e3\u51b3\u5065\u5eb7\u670d\u52a1\uff1b\u7b2c\u4e09\u5757\u5065\u5eb7\u4fdd\u969c\uff0c\u6bd4\u5982\u8bf4\u533b\u4fdd\u3001\u786c\u4ef6\u4fdd\u969c\uff0c\u7b2c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=198"}; 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 () { } }); }); }