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=2464&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: 1743764826,
nonceStr: 'Qk288nJq4x5RmM0R',
signature: '51e6d8e2b6ddc8b02d6ccd9142b392d710b414c2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u5987\u5a74\u4fdd\u5065\u9662\u5f90\u5c9a\uff1a\u8ba9\u4eba\u6587\u5173\u7231\u6d78\u6da6\u4e8e\u6bcf\u4e00\u4e2a\u7ec6\u5fae\u4e4b\u5904","smalltext":" \u5f90\u5c9a\uff0c\u5973\uff0c1969\u5e7410\u6708\u51fa\u751f\uff0c\u73b0\u4efb\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u5987\u5a74\u4fdd\u5065\u9662\u515a\u603b\u652f\u4e66\u8bb0\u3002\u5f90\u5c9a\u540c\u5fd7\u5e38\u8bf4\uff0c\u533b\u7597\u670d\u52a1\u4e0d\u662f\u51b0\u51b7\u7684\u6280\u672f\uff0c\u5c24\u5176\u5728\u6211\u4eec\u8fd9\u6837\u4e00\u6240\u4e3a\u5987\u5973\u513f\u7ae5\u63d0\u4f9b\u670d\u52a1\u7684\u533b\u9662\uff0c\u65e0\u8bba\u662f\u533b\u9662\u7ba1\u7406\u8fd8\u662f\u533b\u7597\u670d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2464"};
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 () {
}
});
});
}