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=2602&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: 1743651220,
nonceStr: 'Bo7qil1VvUj9SPFV',
signature: '67a5512cd8d5b51a8660baed08275dc427ac88d4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662:\u628a\u7231\u4e0e\u5173\u6000\u52a0\u500d\u4f20\u9012\u5230\u201c\u6297\u75ab\u533b\u7ebf\u201d","smalltext":"\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u4f5c\u4e3a\u672c\u5730\u533a\u533b\u7597\u536b\u751f\u7684\u9886\u5934\u96c1\uff0c\u5728\u65b0\u51a0\u75ab\u60c5\u53d1\u751f\u540e\uff0c\u7b2c\u4e00\u65f6\u95f4\u88ab\u59d4\u4ee5\u5b9a\u70b9\u6536\u6cbb\u5355\u4f4d\u7684\u91cd\u4efb\uff0c\u4ee5\u611f\u67d3\u79d1\u3001\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u3001\u4e2d\u897f\u533b\u7ed3\u5408\u79d1\u3001\u5168\u79d1\u533b\u5b66\u79d1\u4ee5\u53ca\u68c0\u9a8c\u79d1\u3001\u5f71","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2602"};
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 () {
}
});
});
}