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=2764&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: 1746164587,
nonceStr: 'LtMzhxpZIDcPdlOx',
signature: 'a2040c75526e2ac290b28019d8de794bae06f168',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u53d9\u4e8b\u4f26\u7406\u67e5\u623f \u6784\u5efa\u533b\u60a3\u547d\u8fd0\u5171\u540c\u4f53","smalltext":"\u4e00\u3001\u80cc\u666f\u56fd\u5bb6\u536b\u751f\u8ba1\u751f\u59d4\u548c\u56fd\u5bb6\u4e2d\u533b\u836f\u7ba1\u7406\u5c40\u53d1\u5e03\u300a\u5173\u4e8e\u5370\u53d1\u8fdb\u4e00\u6b65\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u8ba1\u5212\uff082018-2020\u5e74\uff09\u7684\u901a\u77e5\u300b\uff0c\u91cd\u70b9\u4ece10\u4e2a\u65b9\u9762\u521b\u65b0\u533b\u7597\u670d\u52a1\uff0c\u8fdb\u4e00\u6b65\u63d0\u5347\u4eba\u6c11\u7fa4\u4f17\u83b7\u5f97\u611f\u3002\u5176\u4e2d\u201c\u4ee5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2764"};
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 () {
}
});
});
}