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=3138&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: 1747112638,
nonceStr: '1kqO3kKfKf5N8AMB',
signature: '805270146f509f904fdaf86a1eec8dbfb91f1824',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5987\u79d1\u65b0\u6280\u672f\u5f00\u5c55 \u8ba9\u5973\u6027\u66f4\u52a0\u5b8c\u7f8e","smalltext":"\u201c\u8212\u8001\u5e08\uff0c\u771f\u6ca1\u60f3\u5230\uff0c\u4f60\u4eec\u7684\u6280\u672f\u8fd9\u4e48\u597d\uff0c\u672f\u540e\u4e00\u70b9\u75a4\u75d5\u90fd\u770b\u4e0d\u89c1\uff0c\u53c8\u53ef\u4ee5\u7a7f\u9732\u8110\u88c5\u3001\u6bd4\u57fa\u5c3c\u4e86\u3002\u5982\u679c\u6211\u4e0d\u8bf4\u7684\u8bdd\uff0c\u522b\u4eba\u80af\u5b9a\u4e0d\u77e5\u9053\u6211\u505a\u8fc7\u624b\u672f\uff0c\u771f\u7684\u8c22\u8c22\u4f60\u4eec\uff01\u201d4\u670818\u65e5\uff0c\u60a3\u8005\u674e\u67d0\u67d0\u590d\u8bca\u5b8c\u540e\uff0c\u770b\u5230","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3138"};
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 () {
}
});
});
}