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=5039&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: 1744318625,
nonceStr: 'Lu5vlC4oEkm88LyC',
signature: '0b9675d757f7e7ece5273bd3f2ac8a6bdad72d00',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u8bfb\u300a\u5171\u60c5\u7684\u529b\u91cf\u300b\u6709\u611f","smalltext":"\u4f5c\u8005\u901a\u8fc7\u5206\u4eab\u81ea\u5df1\u7684\u4eb2\u5f1f\u5f1f\u5927\u536b\u3001\u6bd5\u4e1a\u4e8e\u7f8e\u56fd\u5e38\u9752\u85e4\u8036\u9c81\u5927\u5b66\u7684\u6208\u767b\uff0c\u4ee5\u53ca\u5355\u8eab\u6bcd\u4eb2\u5361\u7f57\u7433\u7b49\u4eba\u7684\u6545\u4e8b\u6765\u63a2\u7d22\u5171\u60c5\u7684\u4f5c\u7528\uff1b\u4f5c\u8005\u89e3\u91ca\u4e86\u5171\u60c5\u4e0e\u540c\u60c5\u7684\u4e0d\u540c\uff0c\u5982\u4f55\u5229\u7528\u5171\u60c5\u5bfb\u627e\u7231\u60c5\uff0c\u5982\u4f55\u6210\u4e3a\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5039"};
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 () {
}
});
});
}