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=3686&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: 1762266003,
    nonceStr: 'TmJmKqY8KxS2JWDk',
    signature: 'c612d864dfd1b66f7eb825627f477f9cfa269258',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u6301\u7eed\u63a8\u8fdb\u6551\u62a4\u666e\u53ca \u82cf\u5dde\u9ad8\u65b0\u533a\u5bfb\u8bbf\u201c\u6700\u7f8e\u7ea2\u5341\u5b57\u4eba\u201d","smalltext":"\u201c\u5148\u751f\u9192\u9192\uff0c\u80fd\u542c\u5230\u6211\u8bf4\u8bdd\u5417?\u201d\u6765\u81ea\u59d1\u82cf\u533a\u7684\u9648\u5148\u751f\u6a21\u62df\u5bf9\u201c\u53d1\u75c5\u4eba\u5458\u201d\u91c7\u53d6\u5fc3\u80ba\u590d\u82cf\u7b49\u4e00\u7cfb\u5217\u6025\u6551\u63aa\u65bd\uff0c\u5168\u5957\u6d41\u7a0b\u89c4\u8303\uff0c\u53d7\u5230\u6551\u62a4\u57f9\u8bad\u5e08\u7684\u80af\u5b9a\u79f0\u8d5e\u30029\u670812\u65e5\u662f\u7b2c21\u4e2a\u4e16\u754c\u6025\u6551\u65e5\uff0c\u82cf\u5dde\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3686"};
      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 () { 
          }
      });
  });
}