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=3757&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: 1762248597,
    nonceStr: 'GGndCgSuXP425oIW',
    signature: '903c1952a59e1f3cdd8b4ae6a1daa6e589161c0a',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a \u6210\u529f\u6458\u9664\u7f55\u89c1\u76845\u5c81\u5e7c\u5973\u7578\u80ce\u7624","smalltext":"\u8fd1\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5987\u4ea7\u79d1\u56e2\u961f\u91c7\u7528\u5c0f\u5207\u53e3\u6210\u529f\u4e3a5\u5c81\u5e7c\u5973\u5b8c\u6574\u5265\u79bb\u51fa\u5375\u5de2\u4e0a\u62f3\u5934\u5927\u5c0f\u7684\u7578\u80ce\u7624\uff0c\u8fd8\u5b8c\u6574\u4fdd\u7559\u4e86\u5176\u5375\u5de2\uff0c\u6b64\u4f8b\u624b\u672f\u5c1a\u5c5e\u8be5\u9662\u9996\u4f8b\u5e74\u9f84\u6700\u5c0f\u7684\u7578\u80ce\u7624\u5207\u9664\u672f\u3002\u7a81\u53d1\u75be\u75c5  \u53ca","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3757"};
      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 () { 
          }
      });
  });
}