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=153&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: 1744328803,
nonceStr: '8QW2Vs5jl6uTb4qX',
signature: '048e330524288337960f29479835532b20432277',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u82cf\u7701\u82cf\u5317\u4eba\u6c11\u533b\u9662\uff1a\u201c\u4ee5\u4eba\u6c11\u5065\u5eb7\u4e3a\u4e2d\u5fc3\u201d\u5851\u9020\u4eba\u6587\u54c1\u724c\u533b\u9662","smalltext":"\u6c5f\u82cf\u7701\u82cf\u5317\u4eba\u6c11\u533b\u9662\u662f\u6c5f\u82cf\u7701\u9996\u62799\u5bb6\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\u4e4b\u4e00\uff0c\u4e5f\u662f\u536b\u751f\u90e8\u56fd\u9645\u7d27\u6025\u6551\u63f4\u4e2d\u5fc3\u7f51\u7edc\u533b\u9662\uff0c\u9996\u6279\u201c\u4e2d\u56fd\u2014\u4e2d\u4e1c\u6b27\u56fd\u5bb6\u533b\u9662\u5408\u4f5c\u8054\u76df\u201d\u6210\u5458\u5355\u4f4d\u3002\u76ee\u524d\u533b\u9662\u4e2d\u5fc3\u9662\u533a\u5f00\u653e\u5e8a\u4f4d230","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=153"};
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 () {
}
});
});
}