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=4950&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: 1743633010,
nonceStr: '1Zpusu166WDatPny',
signature: '838231fe521133ddab5026f343d4130fc6e30e3d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u58ee\u65cf\u81ea\u6cbb\u533a\u751f\u6b96\u533b\u9662-6\u4e07\u540d\u80da\u80ce\u5b9d\u5b9d\u559c\u8fc1\u65b0\u5bb6","smalltext":"2021\u5e745\u6708\uff0c\u5e7f\u897f\u58ee\u65cf\u81ea\u6cbb\u533a\u751f\u6b96\u533b\u9662\uff08\u539f\u81ea\u6cbb\u533a\u536b\u751f\u8ba1\u751f\u59d4\u751f\u6b96\u4e2d\u5fc3\uff09\u6574\u4f53\u642c\u8fc1\u5230\u4e86\u4f4d\u4e8e\u5357\u5b81\u5e02\u9752\u79c0\u533a\u9f99\u6e90\u8def3\u53f7\u7684\u65b0\u9662\u533a\u3002\u642c\u8fc1\u5de5\u4f5c\u7684\u91cd\u4e2d\u4e4b\u91cd\uff0c\u5c31\u662f\u80da\u80ce\u5ba4\u7684\u642c\u8fc1\u3002\u4e3a\u4e86\u5b89\u5168\u5730\u8f6c\u79fb\u7ea66\u4e07","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4950"};
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 () {
}
});
});
}