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=3785&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: 1745108995,
nonceStr: 'hXMjkVKeB2c8d7jG',
signature: '361d7cfcfbd5ac1269cfa247b1a777d9d9efc03c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u82cf\u5dde\u9ad8\u65b0\u533a\u9752\u5e74\u5f00\u5c55\u91d1\u79cb\u5272\u7a3b\u6d3b\u52a8","smalltext":"\u8fd1\u65e5\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u9547\u6e56\u8857\u9053\u56e2\u5de5\u59d4\u3001\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u56e2\u59d4\u53ca\u82cf\u5dde\u9ad8\u65b0\u533a\u519c\u6751\u519c\u4e1a\u5c40\u56e2\u652f\u90e8\u5728\u9547\u6e56\u9a6c\u5c71\u6709\u673a\u6c34\u7a3b\u56ed\u8054\u5408\u5f00\u5c55\u201c\u4f53\u9a8c\u519c\u8015\u00b7\u91d1\u79cb\u5272\u7a3b\u201c\u6d3b\u52a8\u3002\u672c\u6b21\u6d3b\u52a8\u65e8\u5728\u901a\u8fc7\u4eb2\u5386\u519c\u4f5c\u4f53\u9a8c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3785"};
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 () {
}
});
});
}