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=4697&classid=10&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: 1762227855,
    nonceStr: 'D1hUtbondnrIfDVW',
    signature: '6e871eb909a17aac9fbe05a1ca6d14d516e2a83a',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662-\u201c\u7231\u99a8\u793e\u201d\u8001\u5e74\u62a4\u7406\u5fd7\u613f\u670d\u52a1\u961f","smalltext":"\u201c\u7b49\u5f85\u7740\u4f60\uff0c\u7b49\u5f85\u4f60\u6162\u6162\u62c9\u6211\u7684\u624b\uff0c\u966a\u7740\u6211\u957f\u957f\u7684\u8def\u6162\u6162\u5730\u8d70\uff0c\u4e00\u76f4\u5230\u5929\u957f\u5730\u4e45\uff0c\u7b49\u5f85\u7740\u4f60\uff0c\u7b49\u5f85\u4f60\u7d27\u7d27\u62e5\u62b1\u7740\u6211......\u201d\uff0c\u60a0\u626c\u7684\u97f3\u4e50\u58f0\u4e2d\uff0c\u957f\u8005\u516c\u5bd3\u7684\u8001\u4eba\u4eec\u56f4\u5750\u5728\u4e00\u8d77\uff0c\u89c2\u770b\u6211\u4eec\u201c\u7231\u99a8\u793e\u201d\u7684\u6696","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4697"};
      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 () { 
          }
      });
  });
}