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=2912&classid=12&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: 1743764390,
nonceStr: 'qu7uyh4wFcqR2Feu',
signature: '7fcc24238d03f40c240dad45a122fd592588b95e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u6e05\u534e\u957f\u5e9a\u533b\u9662\u5468\u534e\uff1a\u652f\u63f4\u6b66\u6c49\uff0c\u65e0\u60e7\u65e0\u754f","smalltext":"\u5468\u534e\uff0c\u5973\uff0c\u6e05\u534e\u5927\u5b66\u9644\u5c5e\u5317\u4eac\u6e05\u534e\u957f\u5e9a\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u526f\u4e3b\u4efb\uff0c\u81ea1995\u5e74\u8fdb\u5165\u91cd\u75c7\u533b\u5b66\u9886\u57df\uff0c\u64c5\u957f\u673a\u68b0\u901a\u6c14\u3001\u4f11\u514b\u3001\u6025\u6027\u80be\u529f\u80fd\u8870\u7aed\u3001\u91cd\u75c7\u611f\u67d3\u7b49\u6025\u91cd\u75c7\u6551\u6cbb\u4e0e\u91cd\u75c7\u8425\u517b\u5177\u6709\u4e30\u5bcc\u7ecf\u9a8c\u3002\u4e8b\u8ff9\u7b80","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2912"};
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 () {
}
});
});
}