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=310&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: 1749214232,
nonceStr: 'G0kNCvL4WxOMxSrM',
signature: '6392dbebe7d2cf26797d63540115f3d5b2c1e99c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u7b51\u7262\u7ea2\u8272\u57fa\u56e0\uff0c\u591a\u515a\u652f\u90e8\u8054\u5408\u5f00\u5c55\u4e3b\u9898\u515a\u65e5\u6d3b\u52a8","smalltext":"\u3000\u30005\u670812\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u7b2c\u516d\u3001\u4e03\u3001\u5341\u4e09\u515a\u652f\u90e830\u591a\u540d\u515a\u5458\u8d74\u5b81\u5fb7\u5e02\u8549\u57ce\u533a\u8d64\u6eaa\u6751\u548c\u970d\u7ae5\u9547\u5f00\u5c55\u201c\u575a\u51b3\u7ef4\u62a4\u6838\u5fc3\uff0c\u8df5\u884c\u521d\u5fc3\u4f7f\u547d\u201d\u4e3b\u9898\u515a\u65e5\u6d3b\u52a8\uff0c\u5e76\u53c2\u89c2\u4f1a\u8c08\u9057\u5740\u3002\u3000\u3000\u515a\u5458\u4eec\u5728\u8d64\u6eaa\u6751\u59d4\u4f1a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=310"};
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 () {
}
});
});
}