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=4787&classid=11&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: 1743764553,
nonceStr: '4egEK5y5GTZdXj8i',
signature: '12d60c88ccd4a149f3059a015342fda2944cc8e2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u9f13\u697c\u533b\u9662\u5fc3\u80f8\u5916\u79d1\u62a4\u7406\u56e2\u961f\u5b88\u62a4\u6bcf\u4e00\u6b21\u201c\u5fc3\u201d\u7684\u8df3\u52a8","smalltext":"\u5357\u4eac\u9f13\u697c\u533b\u9662\u5fc3\u80f8\u5916\u79d1\u662f\u5168\u7a0b\u62a4\u7406\u4f18\u8d28\u670d\u52a1\u75c5\u533a\uff0c\u5168\u56fd\u5dfe\u5e3c\u6587\u660e\u5c97\uff0c\u76ee\u524d\u5171\u6709\u62a4\u7406\u4eba\u5458150\u4f59\u540d\u3002\u5728\u4e34\u5e8a\u62a4\u7406\u5de5\u4f5c\u4e2d\uff0c\u5fc3\u80f8\u5916\u79d1\u56e2\u961f\u59cb\u7ec8\u672c\u7740\u201c\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\uff0c\u8bda\u4fe1\u3001\u6e29\u99a8\u3001\u5173\u7231\u201d\u7684\u62a4\u7406\u7406\u5ff5\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4787"};
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 () {
}
});
});
}