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=3539&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: 1762265997,
    nonceStr: '4oF2JINRFBkx8saC',
    signature: 'f0a77647742452140c6a759a8851b89fa5ae24e9',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u60a3\u8005\u5df2\u6545  \u5bb6\u5c5e\u5374\u6765\u8868\u793a\u611f\u8c22","smalltext":"\u60a3\u8005\u75ca\u6108\uff0c\u5bb6\u5c5e\u8d60\u9001\u9526\u65d7\u8868\u8fbe\u611f\u8c22\uff0c\u8fd9\u5728\u533b\u9662\u662f\u5e38\u6709\u7684\u4e8b\u60c5\uff0c\u4f46\u60a3\u8005\u53bb\u4e16\u4e86\u5bb6\u5c5e\u8fd8\u7ed9\u533b\u62a4\u4eba\u5458\u9001\u9526\u65d7\u5374\u4e0d\u591a\u89c1\u3002\u6566\u5316\u5e02\u533b\u9662\u80bf\u7624\u5185\u79d1\u7684\u60a3\u8005\u9ad8\u963f\u59e8\u79bb\u4e16\u540e\uff0c\u5bb6\u5c5e\u60b2\u75db\u4e07\u5206\uff0c\u4f46\u56e0\u611f\u52a8\u4e8e\u80bf\u7624\u5185\u79d1\u5168","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3539"};
      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 () { 
          }
      });
  });
}