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=2567&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: 1744318711,
nonceStr: 'DgB2emZT8p2n8wqS',
signature: 'f51eb9e390c0443a96eed492a5557f79be319809',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\uff1a\u201c\u7ea2\u9a6c\u7532\u201d\u533b\u7597\u5fd7\u613f\u670d\u52a1","smalltext":"\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\u521b\u5efa\u4e8e1955\u5e74\uff0c\u7ecf\u8fc7\u516d\u5341\u4f59\u5e74\u7684\u5efa\u8bbe\u4e0e\u53d1\u5c55\uff0c\u5982\u4eca\u5df2\u6210\u4e3a\u5b66\u79d1\u95e8\u7c7b\u9f50\u5168\u3001\u82f1\u624d\u540d\u533b\u835f\u8403\u3001\u5e08\u8d44\u529b\u91cf\u96c4\u539a\u3001\u533b\u7597\u6280\u672f\u7cbe\u6e5b\u3001\u8bca\u7597\u8bbe\u5907\u5148\u8fdb\u3001\u79d1\u7814\u5b9e\u529b\u5f3a\u5927\u3001\u7ba1\u7406\u65b9\u6cd5\u79d1\u5b66\u7684\u521b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2567"};
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 () {
}
});
});
}