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=5034&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: 1744318029,
nonceStr: 'ra3ca1tGeWzQhmPh',
signature: 'df3c94dee1385af106853356e903743792f3d227',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4f1a\u201c\u53d1\u5149\u201d\u7684\u533b\u751f","smalltext":"\u76f8\u8bc6\u6709\u7f18\uff0c\u518d\u8bc6\u6709\u7231\uff0c\u53c8\u8bc6\u53d1\u5149\uff0c\u8fd9\u662f\u6211\u5bf9\u5171\u4e8b\u591a\u5e74\u7684\u91d1\u5149\u534e\u533b\u751f\u7684\u8ba4\u8bc6\u3002\u5728\u6211\u7684\u8ba4\u77e5\u4e16\u754c\u91cc\uff0c\u4ed6\u5c31\u662f\u6211\u60f3\u8c61\u4e2d\u6700\u597d\u533b\u751f\u7684\u6837\u5b50\u3002\u6ca1\u6709\u50cf\u7535\u89c6\u4e2d\u795e\u4e00\u6837\u7684\u5b58\u5728\uff0c\u4ed6\u5f88\u63a5\u5730\u6c14\uff1b\u6ca1\u6709\u5370\u8c61\u91cc\u4e00\u4e1d\u4e0d\u82df\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5034"};
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 () {
}
});
});
}