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=6521&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: 1746135380,
nonceStr: 'Xvl3yBDFbChLh510',
signature: 'c43b558367447dcf6930575018d0d2c6c2789027',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6c38\u5728\u4eba\u95f4","smalltext":"\u201c\u6211\u513f\u5b50\u4e00\u76f4\u5f88\u5f00\u6717\uff0c\u559c\u6b22\u5e2e\u52a9\u522b\u4eba\uff0c\u5e0c\u671b\u8fd9\u6b21\u4ed6\u8fd8\u80fd\u5e2e\u5230\u66f4\u591a\u7684\u4eba\uff01\u201d\u201c\u4ed6\u6ca1\u6709\u79bb\u5f00\u6211\u4eec\uff0c\u4ed6\u559c\u6b22\u8dd1\uff0c\u56db\u5904\u8dd1\uff0c\u8fd9\u6b21\u8dd1\u7684\u6709\u70b9\u8fdc\uff01\u201d 2024\u5e74 1\u670810\u65e5\u4e0a\u53489\uff1a45\uff0c16\u5c81\u82b1\u5b63\u5c11\u5e74\u505c\u6b62\u4e86\u5fc3\u8df3\uff0c\u4f46\u662f\u4ed6\u7684\u751f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6521"};
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 () {
}
});
});
}