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=2658&classid=13&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: 1761908633,
    nonceStr: 'tWyGB4uvuXXOiiXV',
    signature: '118d7c6b23da96b158153c63902ef1ad6fc3d697',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u90fd\u533b\u79d1\u5927\u5b66\u5ba3\u6b66\u533b\u9662\u795e\u7ecf\u5185\u79d1\uff1a\u4ee5\u4eba\u6587\u5173\u6000\u4e3a\u5efa\u8bbe\u7406\u5ff5 \u6253\u9020\u6709\u6e29\u5ea6\u3001\u6709\u60c5\u6000\u7684\u533b\u7597\u79d1\u5ba4","smalltext":"\u533b\u9662\u6587\u5316\u662f\u533b\u9662\u7684\u7075\u9b42\uff0c\u5b83\u7684\u529b\u91cf\u4e5f\u5c31\u662f\u6587\u5316\u8f6f\u5b9e\u529b\u7684\u529b\u91cf\uff0c\u6df1\u6df1\u5730\u7194\u94f8\u5728\u533b\u9662\u751f\u547d\u529b\u3001\u521b\u9020\u529b\u548c\u51dd\u805a\u529b\u4e4b\u4e2d\uff0c\u662f\u56e2\u7ed3\u533b\u9662\u804c\u5de5\uff0c\u63a8\u52a8\u533b\u9662\u53d1\u5c55\u7684\u7cbe\u795e\u652f\u6491\uff0c\u5728\u79c9\u627f\u533b\u9662\u6587\u5316\u5efa\u8bbe\u7684\u57fa\u7840\u4e0a\uff0c\u5176\u79d1\u5ba4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2658"};
      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 () { 
          }
      });
  });
}