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=6689&classid=14&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: 1743705766,
nonceStr: '9HT6ccsSwhHjBv0r',
signature: '9e11b646f80460f88a07a8b971aadcaf25211055',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e09\u6625\u6656\u4e0e\u5bf8\u8349\u5fc3","smalltext":"\u5510\u4ee3\u8bd7\u4eba\u5b5f\u90ca\u7684\u5343\u53e4\u7edd\u5531\u300a\u6e38\u5b50\u541f\u300b\uff0c\u5c0f\u65f6\u5019\u6211\u80fd\u5012\u80cc\u5982\u6d41\uff0c\u4f46\u8fd9\u9996\u8bd7\u771f\u6b63\u53e9\u51fb\u6211\u5fc3\u6249\u5374\u662f\u6700\u8fd1\u7684\u4e8b\u3002\u4e0d\u8bb0\u5f97\u5565\u65f6\u8d77\uff0c\u7236\u4eb2\u6240\u7528\u624b\u673a\u90fd\u662f\u6211\u66f4\u65b0\u64a4\u4e0b\u6765\u7684\u3002\u53ef\u7236\u4eb2\u4e00\u70b9\u4e0d\u5acc\u5f03\uff0c\u62ff\u5230\u6dd8\u6c70\u54c1\u90fd\u5982","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6689"};
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 () {
}
});
});
}