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=4246&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: 1744969294,
nonceStr: '56SeHKyh4SoH7McV',
signature: '71bda06cf10a3931b38d40a7577ab07c7417e613',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4ee5\u7ea2\u8272\u53cc\u5f15\u64ce\u6fc0\u53d1\u515a\u5efa\u6e90\u52a8\u529b","smalltext":"\u4e3a\u642d\u5efa\u57fa\u5c42\u515a\u7ec4\u7ec7\u4ea4\u6d41\u5e73\u53f0\uff0c\u5b9e\u73b0\u4f18\u52bf\u4e92\u8865\u3001\u5171\u5efa\u63d0\u5347\uff0c4\u67082\u65e5\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u515a\u59d4\u4e0e\u5a01\u6d77\u5e02\u6587\u65c5\u96c6\u56e2\u515a\u59d4\u4e3e\u884c\u201c\u7ea2\u8272\u53cc\u5f15\u64ce \u515a\u5efa\u6e90\u52a8\u529b\u201d\u515a\u5efa\u793a\u8303\u70b9\u5171\u5efa\u542f\u52a8\u4eea\u5f0f\uff0c\u4ee5\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u4e3a\u7ebd\u5e26\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4246"};
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 () {
}
});
});
}