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=5605&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: 1743703107,
nonceStr: 'EQjaFPXkiSMkvBgB',
signature: 'dc472dc1fa05ee65ef394365a7dc83b089fa97a9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\uff1a\u90a3\u5973\u5b69\u5bf9\u6211\u8bf4","smalltext":"\u56db\u6708\u521d\u7684\u6e05\u6668\uff0c\u4e00\u675f\u8000\u773c\u7684\u5149\u8292\u523a\u7834\u4e86\u4e91\u7aef\uff0c\u5fae\u98ce\u62c2\u8fc7\uff0c\u5e26\u7740\u4e00\u4e1d\u5bd2\u6c14\u3002\u7535\u52a8\u5c0f\u8f66\u5728\u98ce\u4e2d\u547c\u547c\u7684\u5954\u8dd1\u7740\uff0c\u968f\u7740\u5730\u94c1\u6447\u6446\u7684\u8eab\u8eaf\uff0c\u7a7f\u8fc7\u7199\u7199\u6518\u6518\u7684\u4eba\u7fa4\uff0c\u6211\u5230\u8fbe\u4e86\u4eca\u5929\u7684\u76ee\u7684\u5730\u2014\u2014\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5605"};
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 () {
}
});
});
}