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=665&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: 1762249395,
    nonceStr: 'gtIywoJtKh4qdyZ7',
    signature: '125c1edf0ac4668f026853a7453e081947c907b5',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u5728\u6751\u91cc\u529e\u8d77\u4e86\u8bd7\u4e66\u753b\u5c55","smalltext":"\u4e03\u4e00\u6765\u4e34\u4e4b\u9645\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u5728\u6276\u8d2b\u70b9\u2014\u2014\u56fd\u5bb6\u7ea7\u8d2b\u56f0\u53bf\u77f3\u697c\u53bf\u859b\u5bb6\u57a3\u6751\u4e3e\u529e\u5927\u578b\u8bd7\u4e66\u753b\u5c55\uff0c\u9080\u8bf7\u4e2d\u56fd\u4e66\u6cd5\u5bb6\u534f\u4f1a\u4f1a\u5458\u3001\u4e2d\u56fd\u7f8e\u672f\u5bb6\u534f\u4f1a\u4f1a\u5458\u8d70\u8fdb\u5c71\u6751\uff0c\u4e3e\u529e\u4e86\u975e\u5e38\u63a5\u5730\u6c14\u7684\u4e66\u753b\u5c55\uff0c\u4ee5\u6b64\u63d0\u5347\u4e61\u6751\u6587\u5316\u54c1\u5473\uff0c\u5e26\u52a8\u5f53\u5730\u6587\u5316\u65c5\u6e38\u53d1\u5c55","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=665"};
      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 () { 
          }
      });
  });
}