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=2843&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: 1743663281,
nonceStr: 'RB7fSPekO3SFVlqp',
signature: '99380b906189508ff499bd6d5ea51152f4bfd630',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u6e05\u534e\u957f\u5e9a\u533b\u9662\uff1a\u6e05\u534e\u957f\u5e9a \u6253\u9020\u6709\u6e29\u5ea6\u7684\u533b\u9662","smalltext":"\u5317\u4eac\u6e05\u534e\u957f\u5e9a\u533b\u9662\u662f\u7531\u6e05\u534e\u5927\u5b66\u4e0e\u5317\u4eac\u5e02\u5171\u5efa\u5171\u7ba1\u7684\u5927\u578b\u7efc\u5408\u6027\u516c\u7acb\u533b\u9662\uff0c\u5efa\u8bbe\u548c\u8fd0\u8425\u8fc7\u7a0b\u4e2d\u5f97\u5230\u4e86\u53f0\u5851\u4f01\u4e1a\u548c\u53f0\u6e7e\u957f\u5e9a\u7eaa\u5ff5\u533b\u9662\u7684\u65e0\u79c1\u6350\u52a9\u548c\u63f4\u5efa\u3002\u4e8e2014\u5e7411\u670828\u65e5\u5f00\u4e1a\u8fd0\u8425\uff0c\u533b\u9662\u603b","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2843"};
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 () {
}
});
});
}