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=2669&classid=13&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: 1743764644,
nonceStr: 'RXMzJ64ZDQ8BWEpx',
signature: 'bba2ddaea8816d404342256f2422d7c266515ec7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u9038\u592b\u533b\u9662\u6587\u5316\u5efa\u8bbe\u4e0e\u53d1\u5c55\u90e8\uff1a\u5ba3\u4f20\u533b\u9662\u7279\u8272\u4e0e\u4eba\u6587","smalltext":"\u6587\u5316\u5efa\u8bbe\u4e0e\u53d1\u5c55\u90e8\u4e3a\u533b\u9662\u54c1\u724c\u63a8\u5e7f\u3001\u6587\u5316\u5efa\u8bbe\u3001\u53d1\u5c55\u8d77\u5230\u4e86\u79ef\u6781\u4fc3\u8fdb\u4f5c\u7528\u3002\uff08\u4e00\uff09\u6587\u5316\u54c1\u724c\u5ba3\u4f20\u83b7\u5956\u6210\u679c\u6211\u9662\u5ba3\u4f20\u79d1\u81ea\u5236\u77ed\u7247\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b\u3001\u300a\u56e0\u201c\u533b\u201d\u800c\u201c\u751f\u201d\u300b\u83b7\u5f97\u4e86\u7b2c\u516d\u5c4a\u4e2d\u56fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2669"};
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 () {
}
});
});
}