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=2606&classid=11&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: 1715719469, nonceStr: '0WI4gXz3RWcDry6J', signature: 'ff8b24bf741057ee649930648c18c418325108c1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u513f\u7ae5\u533b\u9662:\u200bVcare\u5173\u7231\u7a7a\u95f4,\u5168\u65b9\u4f4d\u5173\u7231\u60a3\u8005\u53ca\u533b\u52a1\u4eba\u5458","smalltext":"\u8fd1\u5e74\u6765\uff0c\u4eba\u6587\u5173\u6000\u7406\u5ff5\u5728\u533b\u9662\u7ba1\u7406\u4e2d\u7684\u5730\u4f4d\u6108\u52a0\u91cd\u8981\uff0c\u5176\u5728\u533b\u9662\u53d1\u5c55\u4e2d\u7684\u4f5c\u7528\u4e5f\u6108\u53d1\u7a81\u51fa\uff0c\u5e76\u6210\u4e3a\u73b0\u4ee3\u533b\u9662\u7684\u4e3b\u8981\u670d\u52a1\u7406\u5ff5\u4e4b\u4e00\u3002\u4eba\u6587\u5173\u6000\u7406\u5ff5\u7684\u6838\u5fc3\u5728\u4e8e\u4ee5\u60a3\u8005\u4e3a\u4e2d\u5fc3\uff0c\u4e3a\u60a3\u8005\u63d0\u4f9b\u4eba\u6027\u5316\u670d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2606"}; 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 () { } }); }); }