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=3149&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: 1743909974,
nonceStr: 'WGUPxcMh7Vy6vw0y',
signature: '9ded73ff2d2a5ed0dea91037f0bfc003bf1f98e8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e09\u95e8\u5ce1\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u732e\u7ed9\u51fa\u79df\u8f66\u53f8\u673a\u7684\u7231","smalltext":"\u4e00\u4e2a\u4eba\uff0c\u4e00\u8f86\u8f66\uff0c\u5728\u8fd9\u5ea7\u98de\u901f\u53d1\u5c55\u7684\u57ce\u5e02\u4e2d\uff0c\u4e00\u8def\u76f8\u4f34\uff0c\u65e0\u60e7\u9633\u5149\u548c\u98ce\u96e8\u3002\u4ed6\u4eec\u6bcf\u592910\u591a\u4e2a\u5c0f\u65f6\u5954\u6ce2\u5728\u8def\u4e0a\u8fd9\uff0c\u662f\u4e00\u4e2a\u9700\u8981\u5f97\u5230\u793e\u4f1a\u5c0a\u91cd\u548c\u5173\u6000\u7684\u7fa4\u4f53\u3002\u51fa\u79df\u8f66\u53f8\u673a\u662f\u57ce\u5e02\u54c1\u5473\u7684\u540d\u7247\uff0c\u4e5f\u662f\u5e02\u6c11\u5b89","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=3149"};
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 () {
}
});
});
}