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=4968&classid=11&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: 1743633015,
nonceStr: '8Ms4VhNsuJKN9und',
signature: '965f5cc2df3635f6333252be6c3dbadccbf5e298',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u516b\u4eba\u6c11\u533b\u9662-\u201c\u767e\u96c1\u201d\u52a9\u804b\u5173\u7231\u95e8\u8bca\u670d\u52a1","smalltext":"\u201c\u767e\u96c1\u201d\u52a9\u804b\u5173\u7231\u95e8\u8bca\u670d\u52a1\u7531\u4e0a\u6d77\u5e02\u7b2c\u516b\u4eba\u6c11\u533b\u9662\u8054\u5408\u5f90\u6c47\u6b8b\u8054\u5171\u540c\u53d1\u8d77\u6210\u7acb\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u8df5\u884c\u7740\u793e\u4f1a\u4e3b\u4e49\u6838\u5fc3\u4ef7\u503c\u89c2\uff0c\u575a\u6301\u5e2e\u52a9\u542c\u969c\u4eba\u58eb\u5c31\u533b\u65f6\u65e0\u969c\u788d\u6c9f\u901a\u4ea4\u6d41\u3002\u516d\u5e74\u6765\uff0c\u98ce\u96e8\u65e0\u963b\u7684\u5468\u4e8c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4968"};
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 () {
}
});
});
}