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=4053&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: 1762228992,
    nonceStr: '3bPcOH5yEe8OIy9E',
    signature: '6c639ec4a37c4d5f37f903d03acec4dbee2a4835',
    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\u7537\u201d\u80fd\u53ef\u8d35\uff0c\u9996\u5c4a\u7537\u62a4\u6c99\u9f99\u6210\u529f\u4e3e\u884c","smalltext":"\u4e3a\u51dd\u805a\u7537\u62a4\u58eb\u529b\u91cf\uff0c\u7a33\u5b9a\u7537\u62a4\u58eb\u961f\u4f0d\uff0c\u4e3a\u533b\u9662\u7537\u62a4\u58eb\u642d\u5efa\u4e00\u4e2a\u66f4\u597d\u7684\u6c9f\u901a\u4ea4\u6d41\u5e73\u53f0\uff0c2\u670811\u65e5\uff08\u9664\u5915\uff09\u4e0a\u5348\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u4e3e\u529e\u4ee5\u300a\u201c\u7537\u201d\u4e01\u683c\u5c14\u00b7\u201c\u7537\u201d\u80fd\u53ef\u8d35\u300b \u4e3a\u4e3b\u9898\u7684\u9996\u5c4a\u7537\u62a4\u58eb\u6c99\u9f99\u6d3b\u52a8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4053"};
      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 () { 
          }
      });
  });
}