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=2409&classid=10&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: 1746243087,
nonceStr: '5YQ7w6EGESOlwj3D',
signature: 'c4ed3170ff7cf2f09fb70939f3bd98180e759aed',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5bbf\u8fc1\u53e3\u8154\u533b\u9662\uff1a\u7528\u5fc3\u505a\u597d\u5b88\u62a4\u5929\u4f7f","smalltext":"\u5bbf\u8fc1\u53e3\u8154\u533b\u9662\u662f\u5bbf\u8fc1\u5730\u533a\u89c4\u6a21\u6700\u5927\u3001\u5b66\u79d1\u6700\u5168\uff0c\u96c6\u533b\u7597\u3001\u4fdd\u5065\u3001\u9884\u9632\u548c\u6559\u5b66\u4e8e\u4e00\u4f53\u7684\u53e3\u8154\u4e13\u79d1\u533b\u9662\u3002\u662f\u5bbf\u8fc1\u5e02\u533b\u5b66\u4f1a\u53e3\u8154\u4e13\u59d4\u4f1a\u4e3b\u59d4\u5355\u4f4d\u3001\u7701\u533b\u9662\u534f\u4f1a\u53e3\u8154\u533b\u9662\u5206\u4f1a\u5e38\u52a1\u7406\u4e8b\u5355\u4f4d\u3001\u7701\u533b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2409"};
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 () {
}
});
});
}