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=6496&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: 1750062719,
nonceStr: 'dngtCP3EVrim2hSm',
signature: 'f5229f88c538e214c92461671a5f31b5617f2ce4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e00\u5e45\u5c0f\u753b\u7684\u80cc\u540e\u2014\u2014\u7231\u4e0e\u4eba\u6027\u7684\u6e29\u6696","smalltext":"2023\u5e745\u6708\uff0c\u621185\u5c81\u7684\u5916\u5a46\u56e0\u6301\u7eed\u51e0\u4e2a\u6708\u7684\u5947\u75d2\u96be\u8010\u6700\u7ec8\u5f15\u53d1\u5728\u5bb6\u4e2d\u6454\u5012\u800c\u4f4f\u8fdb\u4e86\u5e02\u4eba\u6c11\u533b\u9662\u3002\u56e0\u4e3a\u540c\u65f6\u5b58\u5728\u541e\u54bd\u65b9\u9762\u7684\u95ee\u9898\uff0c\u5916\u5a46\u88ab\u6536\u8fdb\u4e86\u795e\u5185\u79d1\u505a\u8fdb\u4e00\u6b65\u5168\u9762\u68c0\u67e5\u3002\u8001\u4eba\u6b64\u65f6\u8fdb\u98df\u559d\u6c34","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6496"};
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 () {
}
});
});
}