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=1702&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: 1747167860,
nonceStr: 'q2XuXHyTRh32Ifux',
signature: 'df43f6239ae62a84f987ebde7364f05cfd3acc63',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u9f99\u6e7e\u533a\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u6211\u4f1a\u7167\u987e\u597d\u5b69\u5b50\uff0c\u56e0\u4e3a\u6211\u4e5f\u662f\u5988\u5988","smalltext":"\u201c\u6211\u4f1a\u7167\u987e\u597d\u5b69\u5b50\uff0c\u56e0\u4e3a\u6211\u4e5f\u662f\u5988\u5988\u201d\u201c\u521a\u4e0b\u73ed\uff0c\u8138\u706b\u8fa3\u8fa3\u7684\u75bc\uff0c\u811a\u4e5f\u78e8\u7834\u4e86\u2026\u2026\u201d1\u670830\u65e5\u65e9\u4e0a\uff0c\u4e0b\u4e86\u591c\u73ed\u7684\u6e29\u5dde\u5e02\u9f99\u6e7e\u533a\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u9694\u79bb\u75c5\u623f\u62a4\u58eb\u90b5\u94f6\u96ea\uff0c\u5728\u670b\u53cb\u5708\u53d1\u4e86\u8fd9\u6837\u4e00\u6bb5\u8bdd\uff0c\u914d\u56fe\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1702"};
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 () {
}
});
});
}