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=3461&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: 1745136185,
nonceStr: '8rNxy5k9mr8fb9J8',
signature: '088496cc43ae7f4ec765ed6fe09ada69b729afe8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5947\u5c71\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3:\u75ab\u60c5\u5b88\u62a4\u6696\u4eba\u5fc3","smalltext":"\u4e00\u7eb8\u5bb6\u5ead\u533b\u751f\u670d\u52a1\u534f\u8bae\u3001\u4e00\u4efd\u793e\u533a\u5c45\u6c11\u4fe1\u4efb\u3001\u4e00\u79cd\u5065\u5eb7 \u201c\u5b88\u95e8\u4eba\u201d\u8d23\u4efb\uff0c\u628a\u5947\u5c71\u4e2d\u5fc3\u7684\u5bb6\u5ead\u533b\u751f\u548c\u5c45\u6c11\u7d27\u7d27\u8054\u7cfb\u5728\u4e86\u4e00\u8d77\u3002\u53d7\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5\u5f71\u54cd\uff0c\u5c45\u6c11\u90fd\u5c3d\u91cf\u4e0d\u51fa\u95e8\uff0c\u4ee5\u964d\u4f4e\u611f\u67d3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3461"};
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 () {
}
});
});
}