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=3880&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: 1745108889,
nonceStr: 'nlVkQFz6FLcZ1yha',
signature: 'c4c4a36b1876510cd232a98a391400963bf14ae6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e0b\u6c89\u515a\u5458\u5e72\u90e8\u53c2\u4e0e\u793e\u533a\u591c\u95f4\u5de1\u903b","smalltext":" \u4e3a\u5de9\u56fa\u5168\u56fd\u6587\u660e\u57ce\u5e02\u521b\u5efa\u6210\u679c\uff0c\u5145\u5206\u53d1\u6325\u4e0b\u6c89\u515a\u5458\u5e72\u90e8\u6a21\u8303\u5148\u950b\u5e26\u5934\u4f5c\u7528\uff0c\u6784\u5efa\u4e00\u4e2a\u5065\u5eb7\u3001\u5e73\u5b89\u3001\u548c\u8c10\u7684\u793e\u4f1a\u73af\u5883\uff0c12\u670822\u65e5\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u515a\u59d4\u59d4\u5458\u9648\u51b0\u79ef\u6781\u7ec4\u7ec7\u533b\u9662\u4e0b\u6c89\u515a\u5458\u65b9\u5fd7\u5f3a\u7b495\u4eba\u53c2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3880"};
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 () {
}
});
});
}