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=2522&classid=10&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: 1749210209,
nonceStr: 'V3MsUnNK5hKxtaGs',
signature: '0d495a98ad3081e7bf6d5ee5ee6201dff3379e90',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u6211\u662f\u5e94\u533b\u4eba\u6211\u9a84\u50b2","smalltext":"\u5e94\u57ce\u5386\u53f2\u60a0\u4e45\uff0c\u4eba\u6587\u835f\u8403\uff0c\u662f\u53e4\u84b2\u9a9a\u6545\u5730\uff0c\u4ee5\u201c\u56e0\u5730\u5904\u8981\u51b2\uff0c\u5e94\u7f6e\u57ce\u4e3a\u5b88\u201d\u800c\u5f97\u540d\uff0c\u7d20\u6709\u201c\u818f\u90fd\u76d0\u6d77\u201d\u201c\u9c7c\u7c73\u4e4b\u4e61\u201d\u7684\u7f8e\u8a89\u3002\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1934\u5e749\u6708\uff0c\u5360\u5730\u9762\u79ef6.4\u4e07\u5e73\u65b9\u7c73\uff0c\u62e5\u6709\u56fa\u5b9a\u8d44\u4ea7","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2522"};
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 () {
}
});
});
}