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=6504&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: 1743703100,
nonceStr: 'zBDhQ9lrExIr3YML',
signature: '1424b053eb74b0572ed4139b17a0e4e2c5a1f6df',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u601d\u8def\u505a\u5230\u4e91\u91cc \u5ba3\u6559\u6446\u5230\u7fa4\u91cc","smalltext":"2022\u30012023\u5e74\uff0c\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u63a2\u7d22\u4e86\u5065\u5eb7\u6559\u80b2\u7684\u65b0\u505a\u6cd5\uff0c\u201c\u4e0a\u4e91\u201d\u3002\u5145\u5206\u5229\u7528\u7ebf\u4e0a\u7684\u5927\u8303\u56f4\u4f20\u64ad\u4f18\u52bf\uff0c\u53ef\u91cd\u590d\u89c2\u770b\u7684\u7279\u70b9\uff0c\u5f00\u542f\u4e86\u5065\u5eb7\u6559\u80b2\u65b0\u6d3b\u52a8\u2014\u2014\u201c\u4e91\u63a2\u9662\u201d\u3002\u8fd9\u4e00\u63a2\uff0c\u63a2\u51fa\u4e86\u65b0\u601d\u8def\uff0c\u63a2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6504"};
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 () {
}
});
});
}