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=1949&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: 1747145927,
nonceStr: 'FUBzQJB8zef7TIYX',
signature: '7e9779bb1052cc0079d61f0546b49f10e02c0a76',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u53ec\u5f00\u89c6\u9891\u4f1a\u8bae\u6170\u95ee\u6297\u75ab\u4e00\u7ebf\u62a4\u7406\u4eba\u5458","smalltext":" \u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u5f62\u52bf\u4e25\u5cfb\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u9662\u515a\u59d4\u3001\u9662\u9886\u5bfc\u5fc3\u7cfb\u6297\u51fb\u4e00\u7ebf\u62a4\u7406\u4eba\u5458\u8eab\u5fc3\u5065\u5eb7\uff0c2\u670816\u65e5\u4e0b\u5348\uff0c\u9662\u62a4\u7406\u90e8\u7ec4\u7ec7\u5f00\u5c55\u89c6\u9891\u4f1a\u8bae\uff0c\u75ab\u60c5\u9632\u6cbb\u5de5\u4f5c\u9886\u5bfc\u5c0f\u7ec4\u7ec4\u957f\u3001\u9662\u957f\u5f20\u6d77\u677e\uff0c\u526f\u9662\u957f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1949"};
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 () {
}
});
});
}