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=2902&classid=11&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: 1746165849,
nonceStr: 'Ofz0iLThO9UAzkBS',
signature: '22d2146c84c7d271863d8f75de12b22541222d3c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u201c\u68a6\u60f3\u533b\u751f\u201d\u4e3a\u60a3\u513f\u5f00\u51fa\u6b22\u7b11\u201c\u5904\u65b9\u201d","smalltext":" \u201c\u68a6\u60f3\u533b\u751f\u201d\uff0c\u4e5f\u53eb\u4f5c\u201c\u5c0f\u4e11\u533b\u751f\u201d\u3002\u4f5c\u4e3a\u533b\u5b66\u9886\u57df\u91cc\u66ff\u4ee3\u7597\u6cd5\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u533b\u7597\u5c0f\u4e11\u901a\u8fc7\u7231\u4e0e\u5e7d\u9ed8\u7684\u529b\u91cf\uff0c\u7528\u53cb\u7231\u7684\u5fc3\u7075\u53bb\u63a5\u89e6\u60a3\u8005\u3001\u53bb\u91ca\u653e\u5fae\u7b11\u3001\u53bb\u629a\u6170\u5fc3\u7075\uff0c\u6539\u5584\u4f4f\u9662\u75c5\u4eba\u6cbb\u7597\u671f\u95f4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2902"};
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 () {
}
});
});
}