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=5625&classid=13&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: 1743633012,
nonceStr: '5b0hw2BlFjkAOOb2',
signature: '6d9b460070b805cb84325cc66ab49b52be80e626',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u9707\u5ddd\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u52a0\u5f3a\u533b\u9632\u878d\u5408 \u6253\u9020\u533a\u57df\u7279\u8272","smalltext":"\u8fd1\u5e74\u6765\uff0c\u9707\u5ddd\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u59cb\u7ec8\u7262\u56fa\u6811\u7acb\u201c\u5927\u536b\u751f\u3001\u5927\u5065\u5eb7\u201d\u7684\u89c2\u5ff5\uff0c\u6df1\u5165\u63a8\u52a8\u201c\u4ee5\u6cbb\u75c5\u4e3a\u4e2d\u5fc3\u201d\u5411\u201c\u4ee5\u4eba\u6c11\u5065\u5eb7\u4e3a\u4e2d\u5fc3\u201d\u8f6c\u53d8\uff0c\u63a2\u7d22\u533b\u9632\u878d\u5408\u673a\u5236\uff0c\u62d3\u5c55\u81ea\u4e3b\u7279\u8272\u53d1\u5c55\uff0c\u5411\u5c45\u6c11\u63d0\u4f9b\u5168\u65b9\u4f4d\u5168\u5468\u671f\u5065\u5eb7\u7ba1\u7406\u670d\u52a1\uff0c\u6253\u901a\u536b\u751f\u5065\u5eb7\u670d\u52a1\u201c\u6700\u540e\u4e00\u7c73\u201d\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=5625"};
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 () {
}
});
});
}