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=2571&classid=11&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: 1749244060,
nonceStr: 'JKIuiEjM0UX9jR5Q',
signature: '74f50ebb07471e96146c017e1c4e4ddde2a355a5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u957f\u5b81\u533a\u65b0\u534e\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u201c\u5fc3\u201d\u7075\u4e4b\u7a97 \u548c\u8c10\u533b\u60a3","smalltext":"\u8fd1\u671f\u56fd\u5185\u53d1\u751f\u7684\u533b\u60a3\u77db\u76fe\u4e0e\u533b\u7597\u7ea0\u7eb7\u6076\u6027\u4e8b\u4ef6\u5448\u5feb\u901f\u4e0a\u5347\u8d8b\u52bf\uff0c\u5f15\u8d77\u5168\u793e\u4f1a\u7684\u5173\u6ce8\uff0c\u5bf9\u533b\u52a1\u4eba\u5458\u7684\u4eba\u8eab\u5b89\u5168\u5e26\u6765\u4e86\u5a01\u80c1\uff0c\u7cbe\u795e\u4e0a\u5e26\u6765\u4e86\u65e0\u5f62\u7684\u538b\u6291\u3001\u65e0\u52a9\u3001\u7126\u8651\u3001\u70e6\u8e81\u7b49\u8d1f\u9762\u60c5\u7eea\uff0c\u5f71\u54cd\u5230\u4e86\u533b","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2571"};
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 () {
}
});
});
}