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=4630&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: 1746210006,
nonceStr: 'WDb9GXMJw6ZUAkuk',
signature: '6114d346d4bc0c4be9de0faef44665622972a460',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u5979\u4ece\u6c5f\u897f\u5230\u4e86\u4e0a\u6d77\uff0c\u6700\u7ec8\u6765\u4e86\u5a01\u6d77","smalltext":"\u65e5\u524d\uff0c\u4e00\u4f4d\u6c5f\u897f\u5973\u5b50\u62ff\u7740\u4e0a\u6d77\u534e\u5c71\u533b\u9662\u7684\u75c5\u5386\u6765\u5230\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u795e\u7ecf\u5916\u79d1\u95e8\u8bca\uff0c\u70b9\u540d\u4e13\u95e8\u8981\u627e\u795e\u7ecf\u5916\u4e8c\u79d1\u738b\u4eae\u4e3b\u4efb\u624b\u672f\u3002\u63a5\u8bca\u533b\u5e08\u7ecf\u8fc7\u4e86\u89e3\u540e\uff0c\u624d\u77e5\u9053\u4e8b\u60c5\u7684\u6765\u9f99\u53bb\u8109\u3002\u539f\u6765\uff0c\u4e24\u5e74\u524d\u6765\u81ea\u6c5f\u897f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4630"};
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 () {
}
});
});
}