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=2706&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: 1743812489,
nonceStr: 'XkH4M71G1vkHMZkd',
signature: '9ad7446e1cbdb26bbe66a5f3bc21e14b5606c005',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56fa\u59cb\u53bf\u4eba\u6c11\u533b\u9662\u611f\u67d3\u6027\u75be\u75c5\u79d1\uff1a\u5dfe\u5e3c\u82f1\u96c4\uff0c\u6218\u201c\u75ab\u201d\u4e00\u7ebf\u7efd\u82b3\u534e","smalltext":"24\u5c0f\u65f6\u5f85\u547d\uff0c\u6bcf\u5929\u4f4f\u5403\u5728\u533b\u9662\uff0c\u8fc7\u7740\u4e24\u70b9\u4e00\u7ebf\u7684\u751f\u6d3b\uff0c\u811a\u6b65\u4e0d\u505c\u5730\u7a7f\u884c\u5728\u53d1\u70ed\u95e8\u8bca\u548c\u9694\u79bb\u75c5\u623f\uff0c\u4e00\u5929\u4e00\u767e\u591a\u4e2a\u53d1\u70ed\u75c5\u4eba\uff0c\u75c5\u623f\u3001\u542c\u53d6\u4e13\u5bb6\u6307\u5bfc\u3001\u53c2\u52a0\u9632\u62a4\u57f9\u8bad\u5fd9\u4e2a\u4e0d\u505c\u2026\u2026\u8fd9\u662f2019\u5e74\u672b\u56fa\u59cb\u53bf\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2706"};
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 () {
}
});
});
}