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=3899&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: 1761931337,
    nonceStr: '8OxIokYx12DTsSHJ',
    signature: 'ed3046e4dd199faea3c3b962e42af859b86d7a7e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4ece244\u2192188\u65a4\uff0c\u51cf\u4e86\u80a5\u964d\u4e86\u7cd6\uff0c27\u5c81\u5973\u5b69\u8bf4\u8981\u611f\u8c22\u4e00\u4e2a\u51b3\u5b9a","smalltext":"\u5c0f\u6797\u4eca\u5e7427\u5c81\uff0c\u662f\u4e00\u540d\u62a4\u58eb\uff0c\u5df2\u7ecf\u7ed3\u5a5a\u7684\u5979\u672c\u8be5\u8981\u8003\u8651\u751f\u5b69\u5b50\u7684\u4e8b\u60c5\u4e86\uff0c\u4f46\u73b0\u5b9e\u6761\u4ef6\u8ba9\u5979\u77e5\u9053\u201c\u592a\u96be\u4e86\u201d\uff0120\u5e74\u6765\u4f53\u91cd\u4e00\u76f4\u5728\u6da8\uff0c\u73b0\u5728\u5df2\u7ecf\u5230244\u65a4\uff0c\u6708\u7ecf\u51e0\u4e4e\u5c31\u6ca1\u89c4\u5f8b\u8fc7\uff0c\u867d\u7136\u591a\u6b21\u5c1d\u8bd5\u51cf\u80a5\uff0c\u4f46\u6548\u679c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3899"};
      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 () { 
          }
      });
  });
}