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=6675&classid=14&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: 1746135296,
nonceStr: 'hK08ONTbxlNje1y7',
signature: '1ea9f2cd640c5227a6596eaaf0eead2fa612181a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5fae\u5149","smalltext":" \u75c5\u623f\u5c31\u662f\u4e00\u672c\u6545\u4e8b\u4f1a\uff0c\u65f6\u5149\u662f\u6700\u5fe0\u5b9e\u7684\u503e\u542c\u8005\uff0c\u65e5\u590d\u4e00\u65e5\u5730\u542c\u7740\u6211\u4eec\u7684\u53d9\u8ff0\u3002 \u8fd9\u662f\u4e00\u5c01\u7b80\u77ed\u800c\u6df1\u60c5\u7684\u611f\u8c22\u4fe1\uff1a\u56db\u5e74\u5e26\u7ba1\u4eba\u751f\uff0c\u4eca\u671d\u91cd\u83b7\u81ea\u7531\uff0c\u611f\u8c22\u4eba\u6c11\u540d\u533b\u5c39\u65b0\u6c11\u6559\u6388\uff0c\u611f\u8c22\u5b9e\u529b\u4e0e\u989c\u503c\u62c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6675"};
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 () {
}
});
});
}