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=3680&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: 1762266000,
    nonceStr: 'UNwGJIqXSgg0lo85',
    signature: '3b876a28a5661f2b9c64f87b573bba9c3536377c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662:\u515a\u5458\u4e0b\u6c89\u793e\u533a \u5e02\u4eba\u6c11\u533b\u9662\u5728\u884c\u52a8","smalltext":" \u201c\u6211\u4eec\u670d\u52a1\u7684\u5bb6\u548c\u5c0f\u533a\u67091820\u6237\uff0c9\u67083\u65e5\u5df2\u7ecf\u5168\u90e8\u505a\u5b8c\u6838\u9178\u68c0\u6d4b......\u201d9\u670811\u65e5\u4e0a\u5348\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u4e0b\u6c89\u5de5\u4f5c\u961f\u5458\u6bdb\u9ad8\u5ce1\u540c\u5fd7\u548c\u57ce\u4e2d\u529e\u4e8b\u5904\u661f\u661f\u793e\u533a\u515a\u652f\u90e8\u526f\u4e66\u8bb0\u5f20\u6625\u6797\u540c\u5fd7\u7ad9\u5728\u7eff\u6811","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3680"};
      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 () { 
          }
      });
  });
}