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=2728&classid=12&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: 1762229935,
    nonceStr: 'BK360k2YXVntClG6',
    signature: '183946ec725c63624b36486fae30d60e9f565cb0',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u5468\u6d66\u533b\u9662\u987e\u654f\uff1a\u7cbe\u8015\u7ec6\u4f5c\uff0c\u5728\u5b9e\u8df5\u4e0e\u521b\u65b0\u4e2d\u52aa\u529b\u524d\u884c","smalltext":" \u5ea7\u843d\u4e8e\u4e0a\u6d77\u5f20\u6c5f\u79d1\u5b66\u57ce\u7684\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u5468\u6d66\u533b\u9662\uff08\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u533b\u9662\uff09\uff0c\u59cb\u5efa\u4e8e1930\u5e74\uff0c\u524d\u8eab\u662f\u201c\u8f85\u5584\u533b\u9662\u201d\uff0c\u662f\u4e00\u5ea7\u6709\u7740\u60a0\u4e45\u5386\u53f2\u548c\u6587\u5316\u79ef\u6dc0\u7684\u73b0\u4ee3\u5316\u7efc\u5408\u6027\u533b\u9662\uff0c\u4e5f\u662f\u4e0a\u6d77\u5e02\u9996\u6279\u533a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2728"};
      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 () { 
          }
      });
  });
}