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=5392&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: 1743703010,
nonceStr: 'PwRhgUKPJOz470jk',
signature: '6d95feae7b34842f00dd6c0d28ac1f38ffe27e2e',
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\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u533b\u6821\u643a\u624b\uff0c\u62a4\u822a\u201c\u775b\u201d\u5f69\u672a\u6765\uff01","smalltext":"\u8fd1\u65e5\uff0c\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u89c6\u5149\u4e2d\u5fc3\u8054\u5408\u79cb\u7530\u679c\u679c\u4e00\u54c1\u540d\u7b51\u5e7c\u513f\u56ed\u5171\u540c\u5efa\u7acb\u7684\u897f\u6d77\u5cb8\u65b0\u533a\u9996\u4e2a\u201c\u8fd1\u89c6\u9632\u63a7\u793a\u8303\u5b66\u6821\u201d\u6b63\u5f0f\u63ed\u724c\u6210\u7acb\u3002\u5f53\u5929\uff0c\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u773c\u79d1\u89c6\u5149\u4e2d\u5fc3\u4e0e\u533a\u9752\u5c11\u5e74\u89c6\u529b\u4f4e\u4e0b\u9632","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5392"};
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 () {
}
});
});
}