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=4066&classid=23&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: 1743745845,
nonceStr: 'IJyOd4RuCltGnMUq',
signature: 'fc43bb1f49401f4a4e50df3e98c37cba0025c8bb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u4e13\u5bb6\u59d4\u5458\u4f1a\u7ba1\u7406\u529e\u6cd5","smalltext":"\u7b2c\u4e00\u7ae0 \u603b\u5219\u7b2c\u4e00\u6761 \u4e3a\u52a0\u5f3a\u534f\u4f1a\u4e13\u5bb6\u59d4\u5458\u4f1a\u5efa\u8bbe\uff0c\u89c4\u8303\u4e13\u5bb6\u59d4\u5458\u4f1a\u7ba1\u7406\uff0c\u5145\u5206\u53d1\u6325\u4e13\u5bb6\u4f5c\u7528\uff0c\u4fc3\u8fdb\u6211\u56fd\u751f\u547d\u5065\u5eb7\u548c\u751f\u547d\u5173\u6000\u4e8b\u4e1a\u53d1\u5c55\uff0c\u5236\u5b9a\u672c\u529e\u6cd5\u3002\u7b2c\u4e8c\u6761 \u4e13\u5bb6\u59d4\u5458\u4f1a\u662f\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u6700","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=23&id=4066"};
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 () {
}
});
});
}