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=6701&classid=14&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: 1743703475,
nonceStr: '9AdtW5Oa2yJFg2bT',
signature: 'c117841ceaa266a554dfad91ec8f3152d344de22',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6536\u8d39\u7a97\u53e3\u670d\u52a1\u4e2d\u7684\u4eba\u6587\u6545\u4e8b","smalltext":"\u968f\u7740\u4eba\u53e3\u589e\u957f\u3001\u75be\u75c5\u79cd\u7c7b\u591a\u6837\u5316\u3001\u533b\u7597\u6280\u672f\u7684\u5feb\u901f\u53d1\u5c55\u548c\u767e\u59d3\u5bf9\u533b\u9662\u7684\u8f83\u9ad8\u671f\u5f85\u7b49\uff0c\u533b\u7597\u673a\u6784\u4e0d\u4ec5\u662f\u4fdd\u969c\u516c\u4f17\u8eab\u4f53\u5065\u5eb7\u7684\u57fa\u77f3\u63d0\u4f9b\u533b\u7597\u670d\u52a1\uff0c\u800c\u4e14\u4e3a\u75c5\u60a3\u63d0\u4f9b\u6cbb\u7597\u3001\u9884\u9632\u75be\u75c5\u3001\u5065\u5eb7\u6559\u80b2\u7b49","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6701"};
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 () {
}
});
});
}