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=2601&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: 1744863022,
nonceStr: 'u2DWvxBBUpI73yGJ',
signature: 'aac7d76c36a237cfb5654b0cdaa39c2f06d0d1ac',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u5229\u7fa4\u533b\u9662\uff1a\u201c\u751f\u547d\u6148\u822a\u201d\u5b89\u5b81\u7597\u62a4\u5de5\u4f5c\u574a\uff0c\u8ba9\u751f\u6b7b\u4e24\u76f8\u5b89","smalltext":"\u4f5c\u4e3a\u56fd\u5bb6\u536b\u5065\u59d4\u7b2c\u4e00\u6279\u5b89\u5b81\u7597\u62a4\u8bd5\u70b9\u673a\u6784\u4e4b\u4e00\uff0c\u5229\u7fa4\u533b\u9662\u4e8e2017\u5e7412\u670818\u65e5\u6b63\u5f0f\u6302\u724c\u4e3a\u666e\u9640\u533a\u5b89\u5b81\u7597\u62a4\u4e2d\u5fc3\uff0c2019\u5e74\u5ea6\u88ab\u666e\u9640\u533a\u536b\u5065\u59d4\u5217\u5165\u7279\u8272\u4e13\u79d1\u5efa\u8bbe\uff0c\u4e5f\u662f\u7b2c\u56db\u6279\u4e0a\u6d77\u5e02\u4eba\u6587\u5173\u6000\u5fc3\u7406\u670d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2601"};
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 () {
}
});
});
}