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=4763&classid=11&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: 1761869101,
    nonceStr: '9Yg40sOlz28PWZNH',
    signature: '834206352a3d33c01ca6c87f35017cd0db246c83',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662-\u795e\u5947\u7684\u65b9\u8a00\u4e16\u754c","smalltext":"\u5e7f\u897f\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u75bc\u75db\u79d1\u521b\u5efa\u4ee5\u6765\uff0c\u575a\u6301\u201c\u60a3\u8005\u81f3\u4e0a\uff0c\u5458\u5de5\u4e3a\u672c\u201d\u7684\u670d\u52a1\u7406\u5ff5\uff0c\u4ee5\u6700\u5927\u7684\u52aa\u529b\u6ee1\u8db3\u60a3\u8005\u548c\u5458\u5de5\u7684\u9700\u6c42\uff0c\u6253\u9020\u6e29\u99a8\u548c\u8c10\u7684\u533b\u60a3\u73af\u5883\uff0c\u63d0\u5347\u5458\u5de5\u5e78\u798f\u611f\u548c\u60a3\u8005\u5c31\u533b\u83b7\u5f97\u611f\uff0c\u4ee5\u5bb6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4763"};
      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 () { 
          }
      });
  });
}