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=4656&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: 1743764944,
nonceStr: 'kqKPNEvx5GiQp1Zm',
signature: '682966ea9a12f84e5f81ec0c0ccac98e16b8caf1',
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\u957f\u5b81\u533a\u65b0\u6cfe\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3-\u5468\u533b\u751f\u5065\u5eb7\u52a0\u6cb9\u7ad9","smalltext":"\u4e00\u3001\u4ea7\u751f\u80cc\u666f\uff08\u4e00\uff09\u6c11\u4f17\u5bf9\u4e8e\u5065\u5eb7\u77e5\u8bc6\u7684\u4fe1\u606f\u9700\u6c42\u5de8\u5927\u3002\uff08\u4e8c\uff09\u5168\u79d1\u533b\u7597\u4e13\u4e1a\u7684\u5bb6\u5ead\u533b\u5e08\u9002\u5408\u627f\u62c5\u5065\u5eb7\u79d1\u666e\u5ba3\u4f20\u7684\u89d2\u8272\u3002\uff08\u4e09\uff09\u5bb6\u5ead\u533b\u5e08\u548c\u793e\u533a\u6c11\u4f17\u7684\u4e92\u52a8\u6709\u5229\u4e8e\u6539\u5584\u533b\u60a3\u5173\u7cfb\uff0c\u63d0\u5347\u7b7e\u7ea6\u7387\u3001\u5b9a\u70b9\u5c31","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4656"};
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 () {
}
});
});
}