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=6759&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: 1730419224,
nonceStr: 'kh4m1bWNim2iTRVl',
signature: 'e2f7e7455896866857ada576369d0c1392954cd6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/d\/file\/p\/202404\/3d3fe246d213f93923e78b348dcbcedf.jpg","title":"\u559c\u5927\u666e\u5954\uff1a2024\u5e74\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\u83b7\u5956\u540d\u5355\u516c\u5e03","smalltext":"\u5728\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u3001\u5317\u4eac\u5927\u5b66\u533b\u5b66\u4eba\u6587\u5b66\u9662 \u3001\u300a\u4e2d\u56fd\u533b\u5b66\u4eba\u6587\u300b\u6742\u5fd7\u793e\u7684\u5171\u540c\u7ec4\u7ec7\u4e0b\uff0c\u5728\u5168\u56fd\u5404\u5730\u533b\u7597\u673a\u6784\u540c\u4ec1\u7684\u79ef\u6781\u53c2\u4e0e\u4e0b\uff0c2024\u5e74\u5ea6\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\u6d3b\u52a8\u81ea2024\u5e741\u6708\u542f\u52a8\u4ee5\u6765\uff0c\u4e09","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6759"};
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 () {
}
});
});
}