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=149&classid=12&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: 1743681727,
nonceStr: 'b8VbbMuublQW7zd9',
signature: 'a86aee6620b6eb733543558882d832f81f35e142',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e8c\u533b\u9662\u6797\u6653\u9aa5","smalltext":"\u4e00\u95f4\u75c5\u623f\uff0c\u5149\u7ebf\u7a7f\u8fc7\u7a97\u6237\u628a\u623f\u5185\u7167\u5f97\u900f\u4eae\u3002\u75c5\u5e8a\u65c1\u8fb9\uff0c\u6446\u7740\u4e00\u5f20\u7b80\u6613\u7684\u6c99\u53d1\u6905\uff0c\u4e00\u4f4d70\u6765\u5c81\u7684\u8001\u4eba\u5bb6\u8eba\u5728\u75c5\u5e8a\u4e0a\uff0c\u7b11\u5bb9\u5728\u4ed6\u7684\u8138\u4e0a\u6d6e\u73b0\uff0c\u4ed6\u4e0d\u505c\u5730\u5411\u6797\u6653\u9aa5\u8bc9\u8bf4\u7740\uff0c\u8bf4\u5230\u6fc0\u52a8\u5904\u751a\u81f3\u4f1a\u5fd8\u5f62\u5730\u624b\u821e\u8db3","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=149"};
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 () {
}
});
});
}