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=2448&classid=12&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: 1730422749,
nonceStr: 'wdprpEX54jGR9nHO',
signature: '13fc775d531e927a2caa9c5e0d2bb9619927216d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\u51cc\u6606\uff1a\u884c\u8005\u8bd7\u800c\u6b4c","smalltext":"\u6210\u90fd\u5e02\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u79d1\u526f\u79d1\u957f\u51cc\u6606\u4e8e2008\u5e74\u6765\u9662\uff0c2009\u5e74\u8c03\u5165\u515a\u529e\uff0c\u4e3b\u8981\u8d1f\u8d23\u533b\u9662\u5ba3\u4f20\u5de5\u4f5c\uff0c2013\u5e74\uff0c\u533b\u9662\u6210\u7acb\u5ba3\u4f20\u79d1\uff0c\u51cc\u6606\u4efb\u5ba3\u4f20\u79d1\u526f\u79d1\u957f\uff0c\u5168\u9762\u8d1f\u8d23\u533b\u9662\u5ba3\u4f20\u5de5\u4f5c\u3002\u4e3a\u4e86\u52a0\u5f3a\u548c\u6ee1\u8db3\u533b\u9662","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2448"};
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 () {
}
});
});
}