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=4812&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: 1743764817,
nonceStr: 'J3D65sXTrjapZLxs',
signature: '6c0895ee1f4b278ca62ddadf05519f4eee060d21',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662-\u6211\u4eec\u548c\u8349\u539f\u6709\u4e2a\u7ea6\u4f1a","smalltext":" 2021\u5e744\u670812\u65e5 \u665a\u4e0a\uff0c\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f\u79d1\u5468\u6668\u71d5\u4e3b\u4efb\u624b\u673a\u4e0a\u6536\u5230\u4e00\u6761\u8bed\u97f3\uff0c\u6253\u5f00\u540e\u7a1a\u5ae9\u5730\u7ae5\u97f3\u54cd\u8d77\uff1a\u201c\u5468\u5988\u5988\uff0c\u4eca\u5e74\u4f60\u6765\u6211\u4eec\u8fd9\u561b\uff0c\u6211\u7238\u7238\u4f1a\u53bb\u63a5\u4f60\u7684\u3002\u201d\u201c\u5468\u5988\u5988\uff0c\u8fd9\u91cc\u6709\u5f88\u591a\u597d\u770b\u7684\u82b1\uff0c\u6211","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4812"};
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 () {
}
});
});
}