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=2657&classid=13&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: 1762217701,
    nonceStr: 'H4YCib53rw8TAyRv',
    signature: 'e8867b9304c3b5aa9f95392c881ee7ca61776fc3',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u65b0\u751f\u513f\u79d1\uff1a\u5b88\u671b\u76f8\u52a9\u4e0d\u8d1f\u97f6\u534e \u00a0\u6258\u8d77\u751f\u547d\u7684\u6447\u7bee","smalltext":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u65b0\u751f\u513f\u79d1\u6210\u7acb\u4e8e2012\u5e74\uff0c\u662f\u56fd\u5bb6\u836f\u7269\u4e34\u5e8a\u8bd5\u9a8c\u57fa\u5730\uff08GCP\uff09\u3001\u56db\u5ddd\u7701\u4e2d\u533b\u533b\u7597\u673a\u6784\u4e09\u7532\u533b\u9662\u9996\u5bb6\u5f00\u8bbe\u65b0\u751f\u513f\u75c5\u623f\uff0c\u662f\u56db\u5ddd\u7701\u4e2d\u533b\u836f\u7ba1\u7406\u5c40\u91cd\u70b9\u4e13\u79d1\uff0c\u6cf8\u5dde\u5e02\u5371\u91cd\u5b55\u4ea7\u5987","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2657"};
      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 () { 
          }
      });
  });
}