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=4903&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: 1746210825,
nonceStr: 'VvFjzWW2ITMrdPyh',
signature: '8ed065cc220961170346519649e729ff9fa28039',
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\u7b2c\u516b\u4eba\u6c11\u533b\u9662\uff08\u4e1c\u839e\u5e02\u513f\u7ae5\u533b\u9662\uff09-\u6e29\u6696\u6551\u62a4 \u7b80\u7ea6\u8bca\u7597","smalltext":"\u6ca1\u6709\u4efb\u4f55\u4e1c\u897f\u6bd4\u751f\u547d\u66f4\u5b9d\u8d35\uff01\u8fd9\u5728\u4e1c\u839e\u5e02\u513f\u7ae5\u533b\u9662\u4e0d\u662f\u4e00\u53e5\u7a7a\u8bdd\uff0c\u800c\u662f\u6df1\u53d7\u5bb6\u957f\u548c\u5c0f\u670b\u53cb\u559c\u7231\u7684\u201c\u957f\u9888\u9e7f\u533b\u9662\u201d\u4ece\u4e0a\u5230\u4e0b\u6bcf\u4e2a\u533b\u62a4\u4eba\u5458\u7684\u884c\u52a8\uff0c\u201c\u6e29\u6696\u6551\u62a4 \u7b80\u7ea6\u8bca\u7597\u201d\u7684\u529b\u91cf\u6e29\u6696\u7740\u6bcf\u4e2a\u60a3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4903"};
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 () {
}
});
});
}