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=2439&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: 1743764646,
nonceStr: 'scdgBb50FDgzmgy7',
signature: '145b88a3c9a59b718c2d1e98d3b4ccaa10175445',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u95eb\u5bb6\u5e73\uff1a\u5efa\u8bbe\u4eba\u6587\u533b\u9662\uff0c\u6253\u9020\u6709\u6e29\u5ea6\u7684\u533b\u9662","smalltext":" 9\u670820\u65e5\uff0c\u201c\u5efa\u8bbe\u4eba\u6587\u533b\u9662\u2014\u9b45\u529b\u4e2d\u533b\u4eba\u201d\u4e13\u9898\u8bb2\u5ea7\u5728\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u4f1a\u8bae\u5ba4\u4e3e\u884c\u3002\u533b\u966235\u5468\u5c81\u4ee5\u4e0b\u9752\u5e74\u5e72\u90e8\u5458\u5de5\u548c2018\u5e74\u5ea6\u65b0\u5165\u804c\u5458\u5de5\u5171170\u591a\u4eba\u53c2\u52a0\u4e86\u672c\u6b21\u8bb2\u5ea7\u3002\u8fd9\u662f\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2439"};
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 () {
}
});
});
}