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=3889&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: 1762248098,
    nonceStr: '1z75jVdfRmy1xHv7',
    signature: 'f647e9e83ad3c916ae1d6bef878ad4cab6a7d053',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u201c\u6b63\u810a\u672a\u6765\u201d\u9879\u76ee\u83b7\u8bc4\u82cf\u5dde\u5e02\u6210\u957f\u62a4\u822a\u5de5\u7a0b\u793a\u8303\u9879\u76ee","smalltext":"2020\u5e7412\u670825\u65e5\u4e0b\u5348\uff0c\u7531\u82cf\u5dde\u56e2\u5e02\u59d4\u4e3b\u529e\u76842020\u5e74\u82cf\u5dde\u5e02\u201c\u6210\u957f\u62a4\u822a\u5de5\u7a0b\u201d\u793a\u8303\u9879\u76ee\u8bc4\u5ba1\u4f1a\u5728\u82cf\u5dde\u5e02\u9752\u5c11\u5e74\u6d3b\u52a8\u4e2d\u5fc3\u4e3e\u884c\uff0c10\u4e2a\u5e02\u3001\u533a\u56e2\uff08\u5de5\uff09\u59d4\u62e9\u4f18\u63a8\u62a51\u4e2a\u9879\u76ee\u53c2\u52a0\u82cf\u5dde\u5927\u5e02\u8bc4\u5ba1\u3002\u7531\u82cf\u5dde","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3889"};
      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 () { 
          }
      });
  });
}