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=3223&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: 1749398624,
nonceStr: 'v9aBFJzl0zYbkGoL',
signature: 'ec6d3d79177f621c1f758f62f045f02ea81eae07',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662\uff1a91\u5c81\u8001\u4eba\u5728\u6211\u9662\u809d\u80c6\u5fc3\u80f8\u5916\u79d1\u505a\u76f4\u80a0\u764c\u5fae\u521b\u6839\u6cbb\u624b\u672f\u5e76\u987a\u5229\u51fa\u9662\uff0c\u8001\u4eba\u5b50\u5973\u5bf9\u533b\u52a1\u4eba\u5458\u8d5e\u4e0d\u7edd\u53e3\uff01","smalltext":"91\u5c81\u8001\u4eba\u5728\u6211\u9662\u809d\u80c6\u5fc3\u80f8\u5916\u79d1\u505a\u76f4\u80a0\u764c\u5fae\u521b\u6839\u6cbb\u624b\u672f\u5e76\u987a\u5229\u51fa\u9662\uff0c\u8001\u4eba\u5b50\u5973\u5bf9\u533b\u52a1\u4eba\u5458\u8d5e\u4e0d\u7edd\u53e3\uff01 \u201c\u6211\u4eec\u54a8\u8be2\u4e86\u91cd\u5e86\u597d\u51e0\u5bb6\u4e09\u7532\u533b\u9662\uff0c\u90fd\u8bf4\u6211\u5988\u5988\u5e74\u9f84\u592a\u5927\u4e86\uff0c\u5efa\u8bae\u4fdd\u5b88\u6cbb\u7597\u3002\u201d3\u670813\u65e5\uff0c\u6211\u9662","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3223"};
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 () {
}
});
});
}