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=4301&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: 1744969532,
nonceStr: 'G2wa0oKomcxbStTD',
signature: '3d8a7cd69b5e0d39548bb6086d0bc6d025324ee9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u767d\u8273\u4e3d\uff1a\u805a\u96c6\u8424\u706b\u866b\u4e4b\u5149 \u5171\u521b\u533b\u9662\u4eba\u6587\u6625\u5929","smalltext":" 4\u670827\u65e5\uff0c\u6709\u5e78\u53c2\u52a02021\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u7684\u53c2\u4f1a\u5b66\u4e60\uff0c\u8ba9\u6211\u5145\u5206\u4eab\u53d7\u4e86\u4e00\u6b21\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7684\u6587\u5316\u76db\u5bb4\uff0c\u662f\u5bf9\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7684\u5168\u9762\u5b66\u4e60\u548c\u4ea4\u6d41\u63d0\u5347\uff0c\u5e76\u8ba9\u6211\u5e26\u7740\u5bf9\u4eba\u6587\u5efa\u8bbe\u7684\u601d\u8003\u56de\u5230\u5de5\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4301"};
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 () {
}
});
});
}