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=2139&classid=5&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: 1747123852,
nonceStr: 'lJXgPUGmpwCPZHul',
signature: '81b5c88db01c1a71a6018154411202548810fe8c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u201c\u4ed6\u4eec\u66f4\u9700\u8981\u5fc3\u7406\u4e0a\u7684\u5b89\u6170\u53ca\u529b\u91cf\u201d\uff0c\u65b0\u51a0\u53d1\u70ed\u95e8\u8bca\u533b\u751f\u201c\u51fa\u5173\u201d\u4e86","smalltext":"1\u670826\u65e58:00\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u6025\u8bca\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u8303\u4fee\u950b\u4f5c\u4e3a\u7b2c\u4e00\u4e2a\u503c\u73ed\u533b\u751f\u8fdb\u9a7b\u65b0\u51a0\u53d1\u70ed\u95e8\u8bca\uff0c\u4e00\u503c\u5c31\u662f24\u5c0f\u65f6\u30022\u670828\u65e5\uff0c\u4ed6\u7ed3\u675f\u4e86\u81ea\u5df1\u7684\u503c\u73ed\u4efb\u52a1\uff0c\u5ba3\u544a\u201c\u51fa\u5173\u201d\u3002\u63a5\u4e0b\u6765\uff0c\u4ed6\u9700\u8981\u548c\u533b\u9662\u65b0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2139"};
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 () {
}
});
});
}