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=3332&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: 1749376538,
nonceStr: 'yTbxlHoR2hteZi4O',
signature: '4171109e00c4caf2e636587776015f1a64598df4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u4e13\u5bb6\u5230\u57fa\u5c42 \u4e49\u8bca\u6696\u6c11\u5fc3","smalltext":"5\u670826\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u7ec4\u7ec7\u5185\u79d1\u3001\u5916\u79d1\u3001\u9aa8\u79d1\u3001\u773c\u79d1\u3001\u4e2d\u533b\u79d1\u7b4910\u4f59\u4f4d\u9000\u4f11\u8001\u4e13\u5bb6\u7ec4\u6210\u7684\u5fd7\u613f\u670d\u52a1\u5e26\u6765\u7ef5\u9633\u5e02\u6893\u6f7c\u53bf\u5f00\u5c55\u4e49\u8bca\u6d3b\u52a8\uff0c\u4e3a\u5f53\u5730\u7fa4\u4f17\u9001\u533b\u9001\u836f\u9001\u5065\u5eb7\uff0c\u6df1\u53d7\u7fa4\u4f17\u6b22\u8fce\u3002\u5e0c\u671b","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3332"};
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 () {
}
});
});
}