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=3629&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: 1745119406,
nonceStr: 'vKeYp04Me41cfR79',
signature: 'a22854de58d8e1c94ff5691d69cd35b94e4c7b9d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u65b0\u7586\u7ef4\u543e\u5c14\u81ea\u6cbb\u533a\u7ef4\u543e\u5c14\u533b\u533b\u9662\uff1a\u65e0\u507f\u732e\u8840\u8c31\u5199\u6c11\u65cf\u56e2\u7ed3\u4e00\u5bb6\u4eb2\u8d5e\u6b4c","smalltext":" \u4e4c\u9c81\u6728\u9f50\u6cb3\u6ee9\u5357\u8def\u4e1c\u793e\u533a\u6709\u4e00\u4f4d\u5fd7\u613f\u8005\uff0c\u5979\u53eb\u5df4\u54c8\u53e4\u4e3d.\u6258\u52d2\u6052\u3002\u5df4\u54c8\u53e4\u4e3d.\u6258\u52d2\u6052\u662f\u81ea\u6cbb\u533a\u7ef4\u543e\u5c14\u533b\u533b\u9662\u7684\u5de5\u4f5c\u4eba\u5458\uff0c\u662f\u65b0\u7586\u7b2c\u4e8c\u6279\u63f4\u9102\u533b\u7597\u961f\u961f\u5458\uff0c\u4e5f\u662f\u5728\u6b66\u6c49\u65b9\u8231\u533b\u9662\u5e26\u9886\u60a3\u8005\u8df3\u65b0\u7586","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3629"};
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 () {
}
});
});
}