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=195&classid=13&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: 1746164370,
nonceStr: '1UToNL1bxsqhLHIS',
signature: 'e0a806afc90cd4ac0b145ed9a831de2d860daff3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u5927\u5b66\u9f50\u9c81\u533b\u9662\uff1a\u535a\u65bd\u6d4e\u4f17\u3001\u5e7f\u667a\u6c42\u771f","smalltext":"\u5c71\u4e1c\u5927\u5b66\u9f50\u9c81\u533b\u9662\u662f\u56fd\u5bb6\u536b\u751f\u8ba1\u751f\u59d4\u59d4\u5c5e(\u7ba1)\u533b\u9662\uff0c\u6559\u80b2\u90e8\u76f4\u5c5e\u91cd\u70b9\u5927\u5b66\u2014\u2014\u5c71\u4e1c\u5927\u5b66\u7684\u9644\u5c5e\u533b\u9662\u3002\u5efa\u9662128\u5e74\u6765\uff0c\u533b\u9662\u79c9\u627f\u201c\u535a\u65bd\u6d4e\u4f17\u3001\u5e7f\u667a\u6c42\u771f\u201d\u7684\u533b\u9662\u7cbe\u795e\uff0c\u9075\u5faa\u201c\u533b\u9053\u4ece\u5fb7\u3001\u672f\u4e1a\u6c42","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=195"};
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 () {
}
});
});
}