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=6481&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: 1749200550,
nonceStr: '4oZRLstjt6wlyR5i',
signature: '71b24f60c52b67d7f5074d894cb93229318ce81b',
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\u8db3\u591f\u4e86\u89e3\uff0c\u624d\u80fd\u5f7c\u6b64\u4fe1\u4efb","smalltext":" \u6768\u79c0\u82f1\u8001\u5e08\uff0c\u4eca\u5e7452\u5c81\uff0c\u5375\u5de2\u764c\uff0c\u662f\u6211\u7ecf\u7ba1\u7684\u60a3\u8005\uff0c\u4eca\u5929\u662f\u672f\u540e\u7b2c\u4e8c\u5929\uff0c\u50cf\u5f80\u5e38\u4e00\u6837\uff0c\u6211\u51c6\u5907\u597d\u7269\u54c1\u51c6\u5907\u7ed9\u5979\u8fdb\u884c\u6668\u95f4\u8f93\u6db2\u3002 \u6211\u8bf4\uff1a\u201c\u6768\u963f\u59e8\u65e9\u4e0a\u597d\uff0c\u6628\u665a\u4f11\u606f\u597d\u4e86\u5417?\u51c6\u5907\u8f93\u6db2\u4e86\u54e6\uff0c\u8981\u4e0a\u5395\u6240\u5417\uff1f\u201d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6481"};
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 () {
}
});
});
}