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=4112&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: 1745056410,
nonceStr: 'soO0rhPmkyZXEuQy',
signature: '75dec6add8046af20e9570ca5a598bc05a9213f2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u6b7b\u4ea1\u5496\u5561\u9986\u6d3b\u52a8\uff1a\u4e00\u573a\u201c\u6f14\u81ea\u5df1\u201d\u7684\u8c22\u5e55\u5267\u573a","smalltext":"\u56db\u58f0\u90e8\u843d\u662f\u4e00\u5bb6\u5173\u6ce8\u6b7b\u4ea1\u6559\u80b2\u548c\u751f\u547d\u6559\u80b2\u7684\u9752\u5e74\u793e\u7fa4\uff0c\u521b\u7acb\u4e8e2019\u5e748\u6708\uff0c\u5728\u4e0a\u6d77\u624b\u7275\u624b\u751f\u547d\u5173\u7231\u53d1\u5c55\u4e2d\u5fc3\u3001\u7231\u601d\u9752\u5e74\u652f\u6301\u4e0b\uff0c\u901a\u8fc7\u4e94\u611f\u4e00\u4f53\u7684\u6b7b\u4ea1\u5496\u5561\u9986\u6d3b\u52a8\u3001\u201c444\u4e2a\u9c9c\u6d3b\u7684\u751f\u547d\u544a\u8bc9\u4f60\u8c08","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4112"};
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 () {
}
});
});
}