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=4156&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: 1762229433,
    nonceStr: 'a9G1ofKUKDXMg1SA',
    signature: 'e12631a558c723ece941e1acce812acaf768f8ba',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u6e38\u5b50\u56de\u4e61\u5fc3\u5207 \u201c\u5609\u201d\u4eba\u5168\u5fc3\u5b88\u62a4","smalltext":"\u843d\u53f6\u5f52\u6839\uff0c\u53ef\u80fd\u662f\u5f88\u591a\u6d77\u5916\u6e38\u5b50\u5171\u540c\u7684\u5fc3\u58f0\uff0c\u80fd\u5728\u665a\u5e74\u56de\u5f52\u6545\u91cc\uff0c\u542c\u4e00\u542c\u4e61\u97f3\uff0c\u805a\u4e00\u805a\u4eb2\u53cb\uff0c\u4eba\u751f\u4e4b\u4e50\u4e5f\u3002 \u7136\u800c\uff0c\u5f53\u75ab\u60c5\u9047\u4e0a\u4e86\u75c5\u9b54\uff0c\u90a3\u5f52\u9014\u53ef\u8c13\u4e07\u822c\u9669\u963b\uff0c\u767e\u822c\u6ce2\u6298\u3002 \u5f88\u591a\u4eba\u79f0\u533b\u62a4\u4eba\u5458\u662f\u201c\u6700\u7f8e\u9006","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4156"};
      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 () { 
          }
      });
  });
}