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=3029&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: 1744096841,
nonceStr: 's0D4VGvKOcSDjqkh',
signature: 'e74b0c44ef46b1e920d56d8f3532823f64cc524a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9042\u5b81\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4ee5\u793e\u4f1a\u516c\u76ca\u4e3a\u5bfc\u5411\uff0c\u5c55\u793a\u516c\u7acb\u533b\u9662\u7684\u535a\u7231\u60c5\u6000","smalltext":"1914\u5e74\uff0c\u82f1\u56fd\u4eba\u9676\u5a01\u5ec9\u8fdc\u6e21\u91cd\u6d0b\uff0c\u6765\u5230\u56db\u5ddd\u9042\u5b81\u884c\u533b\u529e\u9662\uff0c\u9042\u5b81\u5e02\u4e2d\u5fc3\u533b\u9662\u7684\u524d\u8eab\u2014\u2014\u82f1\u56fd\u57fa\u7763\u6559\u516c\u8c0a\u4f1a\u521b\u529e\u7684\u535a\u6d4e\u533b\u9662\u7531\u6b64\u800c\u751f\u3002\u767e\u5e74\u98ce\u96e8\uff0c\u7825\u783a\u524d\u884c\u3002\u533b\u9662\u4e00\u4e2a\u591a\u4e16\u7eaa\u7684\u53d1\u5c55\u53f2\uff0c\u662f\u4f34\u968f\u7740\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=3029"};
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 () {
}
});
});
}