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=3224&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: 1745150644,
nonceStr: 'zxiIQJmOd5p1nO0x',
signature: '7b6cf1f68e42eb8c72d8f89a0e1efd944c06e6bc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662\uff1a\u9c81\u6e1d\u4e00\u5bb6\u4eb2\u2014\u2014\u6d53\u6d53\u9c81\u6e1d\u652f\u533b\u60c5\uff0c\u5065\u5eb7\u6276\u8d2b\u5728\u884c\u52a8","smalltext":"\u9c81\u6e1d\u4e00\u5bb6\u4eb2\u2014\u2014\u6d53\u6d53\u9c81\u6e1d\u652f\u533b\u60c5\uff0c\u5065\u5eb7\u6276\u8d2b\u5728\u884c\u52a82019\u5e746\u6708\u30012020\u5e741\u6708\uff0c\u6709\u4e24\u7ec4\u9c81\u6e1d\u5065\u5eb7\u6276\u8d2b\u652f\u63f4\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662\u7684\u533b\u52a1\u4eba\u5458\uff0c\u5148\u540e\u8fdc\u79bb\u5bb6\u4e61\u3001\u8e0f\u5165\u4e86\u5f00\u5dde\u7684\u571f\u5730\uff0c\u4ed6\u4eec\u5728\u8fd9\u91cc\u6325\u6d12\u6c57","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3224"};
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 () {
}
});
});
}