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=4998&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: 1746208706,
nonceStr: '6BdNTXti5GL5FcOK',
signature: '057722f5f799f99af5fc7b52c081cabb29dc3f40',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6211\u5728\u54c8\u5c14\u6ee8\u9a70\u63f4\u768412\u5929","smalltext":"10\u67086\u65e5\uff0c\u4f5c\u4e3a\u6566\u5316\u5e02\u533b\u9662\u6d3e\u9063\u9a70\u63f4\u54c8\u5c14\u6ee8\u6838\u9178\u68c0\u6d4b\u5de5\u4f5c\u7684\u4e00\u5458\uff0c\u6211\u4e0e\u6218\u53cb\u4eec\u4e00\u9053\u5b8c\u6210\u4e86\u54c8\u5c14\u6ee8\u5e02\u516d\u8f6e\u6838\u9178\u68c0\u6d4b\u5de5\u4f5c\uff0c\u8fd4\u56de\u957f\u6625\u8fdb\u884c\u9694\u79bb\u4f11\u6574\u3002\u5728\u8fd4\u56de\u957f\u6625\u7684\u8def\u4e0a\uff0c\u56de\u60f3\u5728\u54c8\u5c14\u6ee8\u65e5\u591c\u594b\u6218\u768412","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4998"};
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 () {
}
});
});
}