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=5219&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: 1744047398,
nonceStr: '3cd3lwgD1p0q7Jva',
signature: 'f8fb4c3b71e95da952e7311f7d5985d522ed24bf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u88ab\u8058\u4e3a\u5e38\u5fb7\u5e02\u793c\u4eea\u6587\u5316\u7814\u7a76\u4f1a\u533b\u62a4\u793c\u4eea\u4e13\u59d4\u4f1a\u4e3b\u4efb\u59d4\u5458\u5355\u4f4d","smalltext":" \u4e3a\u4f20\u627f\u548c\u63a8\u52a8\u793c\u4eea\u6587\u5316\u7684\u53d1\u5c55\u4e0e\u4f20\u64ad\uff0c\u63a8\u8fdb\u533b\u62a4\u793c\u4eea\u89c4\u8303\u5316\u5efa\u8bbe\uff0c\u63d0\u5347\u533b\u9662\u533b\u7597\u670d\u52a1\u6c34\u5e73\uff0c3\u67085\u65e5\u4e0a\u5348\uff0c\u5e38\u5fb7\u5e02\u793c\u4eea\u6587\u5316\u7814\u7a76\u4f1a\u533b\u62a4\u793c\u4eea\u4e13\u59d4\u4f1a\u6210\u7acb\u5927\u4f1a\u66a8\u201c\u533b\u62a4\u793c\u4eea\u6c85\u6fa7\u884c\u201d\u6d3b\u52a8\u542f\u52a8\u4eea\u5f0f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5219"};
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 () {
}
});
});
}