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=1087&classid=4&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: 1743703074,
nonceStr: 'H872upxmAufVFJFi',
signature: 'ef27684766fca95bc579295158095561edd84968',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u674e\u7487\uff1a\u505a\u6709\u529b\u91cf\u7684\u5ba3\u4f20","smalltext":"\u201c\u533b\u9662\u5ba3\u4f20\u5f97\u8fd8\u4e0d\u591f\u554a\uff01\u6211\u4eec\u8981\u662f\u65e9\u77e5\u9053\u4e2d\u533b\u9662\u6709\u529e\u6cd5\uff0c\u5c31\u4e0d\u4f1a\u5728\u6cbb\u7597\u4e0a\u8d70\u90a3\u4e48\u591a\u7684\u5f2f\u8def\u2026\u2026\u201d\u770b\u5230\u6768\u53d4\u96be\u4ee5\u6291\u5236\u4f4f\u6fc0\u52a8\u7684\u6cea\u6c34\uff0c\u63a5\u5f85\u6765\u8bbf\u7684\u5e74\u8f7b\u540c\u4e8b\u4eec\u6709\u4e9b\u4e0d\u77e5\u6240\u63aa\u3002\u6768\u53d4\u662f\u4e00\u4f4d\u8111\u5352\u4e2d\u540e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1087"};
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 () {
}
});
});
}