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=3965&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: 1762249392,
    nonceStr: 'iCtUh4h9Y7zleg1Z',
    signature: '278325e0b75ed0dcefdafa40ce98fc66884b406f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3 \uff1a\u4e03\u5929\u7684\u7ea6\u5b9a","smalltext":"\u201c\u59d0\u59d0 \uff0c\u4f60\u80fd\u4e0d\u80fd\u4fdd\u8bc1\u6211\u4e03\u5929\u4e0d\u72af\u75c5\uff1f\u201d\u8fd9\u53e5\u8bdd\uff0c\u662f\u5728\u60a3\u8005\u66f9\u67d0\u5165\u9662\u540e\u7b2c\u4e09\u5929\u65e9\u4ea4\u73ed\u65f6\u8ddf\u6211\u8bf4\u7684\uff0c\u56e0\u4e3a\u5176\u8feb\u5207\u7684\u8bed\u6c14\uff0c\u6240\u4ee5\u6211\u81f3\u4eca\u8bb0\u5fc6\u72b9\u65b0\u3002\u4e4b\u524d\uff0c\u591c\u73ed\u62a4\u58eb\u5728\u6cbb\u7597\u5ba4\u4ea4\u73ed\u65f6\u4ecb\u7ecd\u4e86\u4ed6\u7684\u60c5\u51b5\uff1a\u201c\u60a3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3965"};
      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 () { 
          }
      });
  });
}