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=3741&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: 1762266007,
    nonceStr: 'C280xbByGrKxyrJf',
    signature: '7846dc7c9a22660ded89ebe84636b0551f1bf9a0',
    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\u4e00\u5c81\u5973\u5b69\u60a3\u4e0a\u6a2a\u7eb9\u808c\u6837\u7624 \u533b\u751f\u62a4\u58eb\u4e3e\u52a8\u6696\u4eba\u5fc3","smalltext":"\u201c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\u2026\u2026\u201d\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u653e\u7597\u79d1\u75c5\u623f\u91cc\u4f20\u51fa\u4e86\u4e00\u9635\u9635\u6b22\u5feb\u7684\u751f\u65e5\u6b4c\uff0c\u521a\u6ee1\u4e00\u5468\u5c81\u7684\u4e50\u4e50\uff08\u5316\u540d\uff09\u6b63\u5728\u548c\u533b\u9662\u7684\u53d4\u53d4\u963f\u59e8\u4eec\u4e00\u8d77\u8fc7\u751f\u65e5\uff0c\u8138\u4e0a\u6d0b\u6ea2\u7740\u707f\u70c2\u7684\u5fae\u7b11\u3002\u8c01\u90fd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3741"};
      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 () { 
          }
      });
  });
}