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=4367&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: 1744975790,
nonceStr: 'mwwFCcG0Q9QpMIjD',
signature: '9969b8c30267ca54f4c004380f041f9c541ef121',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u90a2\u53f0\u5e02\u7cd6\u5c3f\u75c5\u6307\u5bfc\u4e2d\u5fc3\u5728\u5e02\u4e94\u9662\u6210\u7acb","smalltext":"\u66ae\u6625\u5b5f\u590f\u3001\u6e05\u8377\u5410\u7eff\u30025\u670828\u65e5\u4e0a\u5348\uff0c\u90a2\u53f0\u5e02\u7cd6\u5c3f\u75c5\u6307\u5bfc\u4e2d\u5fc3\u6210\u7acb\u66a8\u57f9\u8bad\u5927\u4f1a\u5728\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u4e3e\u529e\u3002\u90a2\u53f0\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u4e8c\u7ea7\u8c03\u7814\u5458\u5b8b\u6839\u5ef7\uff0c\u5065\u5eb7\u6cb3\u5317\u7cd6\u5c3f\u75c5\u9632\u6cbb\u884c\u52a8\u4e13\u5bb6\u7ec4\u7ec4\u957f\u3001\u6cb3\u5317\u7701","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4367"};
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 () {
}
});
});
}