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=2515&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: 1744328942,
nonceStr: 'SXSmuVuUygyw8F1G',
signature: 'c292ee5c072a04038c408c175dfd996a94330a8f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\uff1a\u533b\u7597\u4fdd\u5065\u5b66\u9662\u62a4\u822a\u751f\u547d\u5065\u5eb7","smalltext":"\u8fdb\u5165\u65b0\u65f6\u4ee3\uff0c\u4f5c\u4e3a\u5168\u56fd\u5730\u7ea7\u5e02\u4e2d\u533b\u9662\u7efc\u5408\u7ade\u4e89\u529b\u516b\u8fde\u51a0\uff0c\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u56f4\u7ed5\u201c\u5065\u5eb7\u4e2d\u56fd2030\u201d\u7684\u56fd\u5bb6\u6218\u7565\uff0c\u7ed3\u5408\u4e2d\u533b\u836f\u6587\u5316\u7279\u8272\u521b\u65b0\u670d\u52a1\uff0c\u4e3a\u5e02\u6c11\u5168\u751f\u547d\u5468\u671f\u7684\u533b\u7597\u5065\u5eb7\u62a4\u822a\u3002\u5176\u4e2d\uff0c\u5fd7\u613f\u670d\u52a1\u72ec","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2515"};
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 () {
}
});
});
}