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=5089&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: 1762233497,
    nonceStr: '9W3lsmNQ0YCqJhR7',
    signature: 'd483bc34a3c9bc2bfea1a1566599692b2f4223e5',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u201c\u4e16\u754c\u827e\u6ecb\u75c5\u65e5\u201d\u5ba3\u4f20\u6d3b\u52a8","smalltext":"2021\u5e7412\u67081\u65e5\u662f\u7b2c34\u4e2a\u201c\u4e16\u754c\u827e\u6ecb\u75c5\u65e5\u201d\uff0c\u4eca\u5e74\u5ba3\u4f20\u6d3b\u52a8\u4e3b\u9898\u662f\u201c\u751f\u547d\u81f3\u4e0a \u7ec8\u7ed3\u827e\u6ecb \u5065\u5eb7\u5e73\u7b49\u201d\u3002\u4e3a\u8fdb\u4e00\u6b65\u63a8\u52a8\u5b9e\u65bd\u300a\u904f\u5236\u827e\u6ecb\u75c5\u4f20\u64ad\u5b9e\u65bd\u65b9\u6848\uff082019-2022\u5e74\uff09\u300b\uff0c\u8425\u9020\u5168\u793e\u4f1a\u53c2\u4e0e\u827e\u6ecb\u75c5\u9632\u6cbb\u5de5\u4f5c\u7684\u826f\u597d\u6c1b\u56f4\uff0c\u51e4\u51f0\u53f0\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u56f4\u7ed5\u4eca\u5e74\u7684\u6d3b\u52a8\u4e3b\u9898\uff0c\u5f00\u5c55\u4e00\u7cfb\u5217\u7684\u5ba3\u4f20\u6d3b\u52a8\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5089"};
      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 () { 
          }
      });
  });
}