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=3756&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: 1762249402,
    nonceStr: 'BSmdu9yfyRhNG8Dk',
    signature: 'dfeaa7539c8133c44957276f9fa1161a8a0dcad5',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"10\u5f20\u5730\u56fe\uff0c\u5e26\u4f60\u56de\u987e\u6297\u7f8e\u63f4\u671d","smalltext":"\u7eaa\u5ff5\u4e2d\u56fd\u4eba\u6c11\u5fd7\u613f\u519b\u6297\u7f8e\u63f4\u671d\u51fa\u56fd\u4f5c\u621870\u5468\u5e74\uff0c70\u5e74\u524d\uff0c\u7531\u4e2d\u534e\u4f18\u79c0\u513f\u5973\u7ec4\u6210\u7684\u4e2d\u56fd\u4eba\u6c11\u5fd7\u613f\u519b\uff0c\u80a9\u8d1f\u7740\u4eba\u6c11\u7684\u91cd\u6258\u3001\u6c11\u65cf\u7684\u671f\u671b\uff0c\u9ad8\u4e3e\u4fdd\u536b\u548c\u5e73\u3001\u53cd\u6297\u4fb5\u7565\u7684\u6b63\u4e49\u65d7\u5e1c\uff0c\u96c4\u8d73\u8d73\u3001\u6c14\u6602\u6602\uff0c\u8de8\u8fc7\u9e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3756"};
      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 () { 
          }
      });
  });
}