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=5052&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: 1744318231,
nonceStr: 'FEldLjhSw6cXxv3K',
signature: 'edcf361cbca3ecdabd56832e811759df8e9fa025',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u4e1c\u697c\u8def\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u201c5T\u201d\u4e2d\u533b\u7279\u8272\u6258\u7ba1\uff01\u4e0e\u65b0\u533a\u5b9e\u9a8c\u5c0f\u5b66\u7b7e\u8ba2\u5408\u4f5c\u534f\u8bae","smalltext":"11\u670816\u65e5\u4e0a\u5348\uff0c\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u9690\u73e0\u8857\u9053\u4e1c\u697c\u8def\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u4e0e\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u5b9e\u9a8c\u5c0f\u5b66\u4e3e\u884c\u201c\u4e2d\u533b\u836f\u6587\u5316\u8fdb\u6821\u56ed\uff1a5T\u4e2d\u533b\u7279\u8272\u6258\u7ba1\u201d\u7b7e\u7ea6\u4eea\u5f0f\uff0c\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u5b9e\u9a8c\u5c0f\u5b66\u526f\u6821\u957f\u5bc6\u5fb7\u7f8e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5052"};
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 () {
}
});
});
}