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=3317&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: 1745135958,
nonceStr: 'xPAq8z5ZPq0VVCpB',
signature: '640887453924966ff480ae6caa421182c0746d92',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6566\u5316\u5e02\u533b\u9662\u6838\u9178\u68c0\u6d4b\u7a81\u78343000\u4f8b","smalltext":"\u4e3a\u52a0\u5927\u5168\u7701\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u6838\u9178\u68c0\u6d4b\u80fd\u529b\uff0c\u6269\u5927\u4eba\u7fa4\u68c0\u6d4b\u8303\u56f4\uff0c\u6ee1\u8db3\u201c\u5e94\u68c0\u5c3d\u68c0\u201d\u201c\u613f\u68c0\u5c3d\u68c0\u201d\uff0c\u4fdd\u969c\u590d\u5de5\u590d\u4ea7\u5b89\u5168\uff0c\u5e94\u5bf9\u5e38\u6001\u5316\u9632\u63a7\u9700\u6c42\uff0c\u6566\u5316\u5e02\u533b\u9662\u65b0\u5efa\u6210\u72ec\u7acb\u6807\u672c\u6838\u9178\u91c7\u6837\u5ba4\uff0c\u5e76\u4e8e5\u670816\u65e5\u6b63","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3317"};
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 () {
}
});
});
}