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=1503&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: 1747189405,
nonceStr: 'DlRRjiPbwB52omEM',
signature: '44851e831a4146d43b8ab4225ed25a4f7d4e8529',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u65e5\u95f4\u624b\u672f\u8ba9\u60a3\u8005\u7701\u94b1\u53c8\u7701\u4e8b","smalltext":"\u201c\u771f\u60f3\u4e0d\u5230\uff0c\u6211\u4e0a\u5348\u6765\u5230\u6c7e\u9633\u533b\u9662\u5987\u79d1\u529e\u4e86\u4f4f\u9662\uff0c\u4e0b\u5348\u5c31\u505a\u4e86\u624b\u672f\uff0c\u672f\u540e\u7b2c\u4e8c\u5929\u5c31\u51fa\u9662\u4e86\u3002\u4ece\u4f4f\u9662\u5230\u51fa\u9662\u4ec5\u4e24\u5929\u65f6\u95f4\uff0c\u4e0d\u4ec5\u7701\u4e86\u8bb8\u591a\u94b1\uff0c\u8fd8\u51cf\u5c11\u4e86\u6211\u4eec\u4f4f\u9662\u65f6\u95f4\uff0c\u6c7e\u9633\u533b\u9662\u63a8\u51fa\u7684\u8fd9\u4e2a\u65e5\u95f4\u624b\u672f\u771f\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1503"};
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 () {
}
});
});
}