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=151&classid=10&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: 1744327824,
nonceStr: 'ZuviuhFP2aW0OKel',
signature: 'e70ae8692741bd9e3fa8471354664a755914ed70',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u4e89\u505a\u6cf0\u5c71\u4e4b\u5dc5\u7684\u884c\u4e1a\u5178\u8303","smalltext":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u662f\u4e00\u5bb6\u53bf\u5e02\u7ea7\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u6027\u4e2d\u533b\u533b\u9662\uff0c\u662f\u5c71\u4e1c\u4e2d\u533b\u836f\u5927\u5b66\u533b\u7597\u96c6\u56e2\u5e38\u52a1\u7406\u4e8b\u5355\u4f4d\u3001\u9752\u5c9b\u5927\u5b66\u533b\u7597\u96c6\u56e2\u65b0\u6cf0\u5206\u9662\u3001\u5c71\u4e1c\u7701\u7acb\u533b\u9662\u96c6\u56e2\u65b0\u6cf0\u533b\u9662\uff0c\u73b0\u6709\u804c\u5de5906\u4eba\uff0c36\u4e2a\u4e34\u5e8a\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=151"};
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 () {
}
});
});
}