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=6462&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: 1749200650,
nonceStr: 'PQrSa9Mvy2TjQDbv',
signature: '743c200dcecea994ef514f6c00c300c284314ed3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7528\u7231\u8046\u542c \u7528\u5fc3\u5475\u62a4","smalltext":"\u51cc\u6668\u4e24\u70b9\u7684\u7559\u89c2\u5ba4\u56e0\u4e3a315\u5e8a\u5fc3\u7535\u76d1\u62a4\u4eea\u7684\u62a5\u8b66\u58f0\u663e\u5f97\u6ca1\u6709\u90a3\u4e48\u7684\u5b89\u9759\uff0c\u6211\u8d76\u5230\u5e8a\u65c1\uff0c\u770b\u89c1\u76d1\u62a4\u4eea\u6ef4\u6ef4\u6ef4\u62a5\u8b66\u63d0\u793a\uff1a\u5fc3\u7387107\u6b21\/\u5206\uff0c\u75c5\u4eba\u5468\u963f\u59e8\u773c\u795e\u8ff7\u832b\u5730\u671b\u7740\u81ea\u5df1\u624b\u80cc\u4e0a\u7684\u8f93\u6db2\u901a\u9053\u3002\u201c\u5468\u963f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6462"};
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 () {
}
});
});
}