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=3851&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: 1762249405,
    nonceStr: 'S5GgwHQlZsPOGUHK',
    signature: '0834d8de55a0e0b5307c969bff441feb6d2e18b9',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u9f3b\u8154\u60ca\u73b0\u5de8\u5927\u8111\u7624","smalltext":"\u738b\u963f\u59e8\u4ece\u5bb6\u4e61\u9655\u5357\u6765\u770b\u671b\u5ac1\u5230\u897f\u5b89\u7684\u5973\u513f\uff0c\u5230\u5973\u513f\u5bb6\u7b2c\u4e03\u5929\uff0c\u7a81\u7136\u611f\u89c9\u5934\u6655\u5934\u75db\uff0c\u5728\u793e\u533a\u8bca\u6240\u5c31\u8bca\u540e\uff0c\u5934\u75db\u5934\u6655\u6709\u6240\u7f13\u89e3\u540e\u5c31\u56de\u4e86\u9655\u5357\uff0c\u53ef\u6ca1\u6709\u51e0\u5929\uff0c\u5934\u6655\u5934\u75db\u518d\u6b21\u53d1\u4f5c\uff0c\u540c\u65f6\u8fd8\u51fa\u73b0\u4e86\u770b\u4e0d\u6e05\u4e1c\u897f\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3851"};
      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 () { 
          }
      });
  });
}