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=160&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: 1744328382,
nonceStr: 'Oqcri1m95Aul8ljt',
signature: '4fe9c92cb444b4366e2c826ca8a5b5ae6cc34bdd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u767e\u5e74\u7cbe\u795e\u6da6\u7269\u65e0\u58f0","smalltext":"\u7ffb\u5f00\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u539a\u91cd\u7684\u5386\u53f2\u6210\u5c31\uff0c\u6211\u4eec\u80fd\u611f\u53d7\u5230\u4e00\u79cd\u8d2f\u901a\u53e4\u4eca\u7684\u529b\u91cf\u2014\u2014\u201c\u4ee5\u4eba\u4e3a\u672c\uff0c\u4ee5\u6587\u5316\u4eba\u201d\u3002\u767e\u5e74\u98ce\u96e8\u79ef\u6dc0\uff0c\u767e\u5e74\u6587\u5316\u6e0a\u6e90\u3002\u4e00\u9662\u4eba\u5145\u5206\u53d1\u6325\u4eba\u6587\u878d\u5408\u533b\u5b66\u7684\u6587\u5316\u7406\u5ff5\uff0c\u575a\u5b88\u516c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=160"};
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 () {
}
});
});
}