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=3992&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: 1762249401,
    nonceStr: 'jyO0Jlf9dMUZIANg',
    signature: '227c1dca57462d3dc67e6dbdde0119bc0b9e1ccf',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u81f4\u656c\u793e\u533a\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u5b88\u597d\u57fa\u5c42\u75ab\u60c5\u9632\u7ebf","smalltext":"\u5218\u7ea2\u71d5\u662f\u51e4\u51f0\u53f0\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u7684\u4e00\u540d\u5bb6\u5ead\u533b\u751f\uff0c\u4ece\u4e8b\u793e\u533a\u5de5\u4f5c\u5df2\u7ecf\u67096\u5e74\u65f6\u95f4\u3002 \u65e5\u524d\uff0c\u8d70\u8fdb\u533b\u9662\u793e\u533a\u79d1\u91c7\u8bbf\u65f6\uff0c\u5979\u6b63\u5fd9\u788c\u7740\u6574\u7406\u91cd\u70b9\u4eba\u7fa4\u4f53\u6e29\u76d1\u6d4b\u767b\u8bb0\u8868\u3002\u5979\u8bf4\uff1a\u201c\u793e\u533a\u533b\u5e08\u4e0d\u50cf\u524d\u7ebf\u533b\u751f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3992"};
      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 () { 
          }
      });
  });
}