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=3849&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: 1762265416,
    nonceStr: '8G94HDjIXIebIWJL',
    signature: 'bb07c9b9ce73cb721cd0ccfaca2cc4f98d9d7bfc',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u628a\u8f66\u4f4d\u8ba9\u7ed9\u60a3\u8005\uff0c\u8ba9\u60a3\u8005\u5c31\u533b\u66f4\u901a\u7545","smalltext":"\u5468\u4e00\uff0c\u5f80\u65e5\u201c\u4e00\u4f4d\u201d\u96be\u6c42\u7684\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662 \uff08\u91d1\u9633\u533b\u9662\uff09\u505c\u8f66\u573a\u663e\u5f97\u683c\u5916\u201c\u51b7\u6e05\u201d\u3002\u539f\u6765\uff0c\u4ece11\u670830\u65e5\u51cc\u6668\u96f6\u70b9\u8d77\uff0c\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u6240\u6709\u804c\u5de5\u8f66\u8f86\u5747\u4e0d\u518d\u505c\u5728\u9662\u533a\u5185\uff0c\u5c06\u9662\u5185\u505c\u8f66\u4f4d\u7559\u7ed9\u60a3\u8005\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3849"};
      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 () { 
          }
      });
  });
}