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=6754&classid=14&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: 1743632888,
nonceStr: 'vzfKXgPGg7fhLwRe',
signature: '944ccb573a79f84b0399f4c4f814738ec183682e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5411\u5149\u800c\u884c","smalltext":"\u751f\u8001\u75c5\u6b7b\u662f\u4e00\u4e2a\u5faa\u73af\u5f80\u590d\u7684\u8fc7\u7a0b\uff0c\u533b\u9662\u4e5f\u662f\u4e00\u4e2a\u4e0a\u6f14\u4eba\u751f\u60b2\u6b22\u79bb\u5408\u7684\u5730\u65b9\u3002\u7279\u9c81\u591a\u533b\u751f\u7684\u201c\u6709\u65f6\uff0c\u53bb\u6cbb\u6108\uff1b\u5e38\u5e38\uff0c\u53bb\u5e2e\u52a9\uff1b\u603b\u662f\uff0c\u53bb\u5b89\u6170\u3002\u201d\u8fd9\u6bb5\u94ed\u8a00\u8d8a\u8fc7\u65f6\u7a7a\uff0c\u81f3\u4eca\u4ecd\u6df1\u6df1\u70d9\u5370\u5728\u6bcf\u4e00\u4f4d\u4ece\u533b\u8005\u7684\u5fc3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6754"};
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 () {
}
});
});
}