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=607&classid=12&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: 1743764811,
nonceStr: 'GtAPIvQYe56JlgrT',
signature: '737aeb3c4abe5453e91b518361f67bf4cc91bb6c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662 \u9ec4\u53d1\u57fa\uff1a\u5e74\u590d\u4e00\u5e74\uff0c\u6211\u4eec\u4ece\u672a\u5931\u7ea6","smalltext":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u8d85\u58f0\u79d1\u526f\u4e3b\u4efb\u9ec4\u53d1\u57fa\u8fd9\u5929\u8ddf\u5f80\u5e38\u5e76\u6ca1\u6709\u4ec0\u4e48\u4e0d\u4e00\u6837\uff0c\u6211\u548c\u52a9\u624b\u6b63\u57283\u53f7\u4ea7\u79d1\u8d85\u58f0\u8bca\u65ad\u5ba4\u91cc\u5fd9\u788c\u7740\u3002\u4e5f\u8bb8\u662f\u7531\u4e8e\u201c\u4e8c\u5b69\u201d\u65f6\u4ee3\u5230\u6765\u5427\uff0c\u6765\u505a\u4ea7\u524d\u68c0\u67e5\u7684\u5b55\u5987\u662f\u8d8a\u6765\u8d8a\u591a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=607"};
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 () {
}
});
});
}