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=5341&classid=5&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: 1743703019,
nonceStr: '8nC9B3ykxSVUK3HM',
signature: '639fdd459b741de75566e44aacffce05f5bcb9f0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u5e86\u795d\u201c5\u00b712\u56fd\u9645\u62a4\u58eb\u8282\u201d","smalltext":"2022\u5e745\u670812\u65e5\uff0c\u9f0e\u57ce\u533a\u5e86\u795d\u201c5\u00b712\u56fd\u9645\u62a4\u58eb\u8282\u201d\u66a8\u4f18\u79c0\u62a4\u7406\u5de5\u4f5c\u8005\u8868\u5f70\u5927\u4f1a\u5728\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u5357\u533a\u4e3e\u884c\uff0c\u5927\u4f1a\u8868\u5f70\u4e86\u9f0e\u57ce\u533a2022\u5e74\u5ea650\u540d\u4f18\u79c0\u62a4\u7406\u5de5\u4f5c\u8005\u3002 \u4e0b\u534814\u65f6\uff0c\u9f0e\u57ce\u533a\u59d4\u526f\u4e66","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5341"};
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 () {
}
});
});
}