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=6712&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: 1746135762,
nonceStr: '8WoGpF9KfPR5d9yC',
signature: 'db0ec77033cd62f95fef5628c43d2480537c022b',
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\u5728\u751f\u547d\u7684\u5341\u5b57\u8def\u53e3","smalltext":"\u5728\u533b\u9662\u7684\u957f\u5eca\u91cc\uff0c\u65f6\u5149\u4eff\u4f5b\u88ab\u65bd\u4e88\u4e86\u9b54\u6cd5\u7684\u7fbd\u7ffc\uff0c\u5b83\u65f6\u800c\u8fd1\u5728\u54ab\u5c3a\uff0c\u89e6\u624b\u53ef\u53ca\uff0c\u65f6\u800c\u9065\u8fdc\u5982\u9694\u4e16\uff0c\u4ee4\u4eba\u96be\u4ee5\u6349\u6478\u3002\u4e0d\u77e5\u4e0d\u89c9\u95f4\uff0c\u6211\u5df2\u5728\u533b\u9662\u8fd9\u7247\u6c83\u571f\u4e0a\u8015\u8018\u4e86\u4e24\u5e74\u3002\u4ece\u521d\u51fa\u8305\u5e90\u7684\u5b9e\u4e60\u751f\uff0c\u5230\u5f97\u529b\u80fd\u5e72","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6712"};
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 () {
}
});
});
}