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=414&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: 1744324253,
nonceStr: 'dKbyqEBLYxwh8W3U',
signature: '82a0ca5ce8cf5e882dc1aeee5bb9ede382795b8d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u8206\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u201c\u5f3a\u76f4\u6027\u810a\u67f1\u708e\u5065\u5eb7\u6276\u8d2b\u5de5\u7a0b\u201d \u8ba9\u4ed6\u4eec\u71c3\u8d77\u751f\u6d3b\u7684\u5e0c\u671b","smalltext":"\u201c\u5f3a\u76f4\u6027\u810a\u67f1\u708e\u5065\u5eb7\u6276\u8d2b\u5de5\u7a0b\u201d\u8bd5\u70b9\u5728\u5e73\u8206\u53bf\u542f\u52a8\u4e24\u4e2a\u6708\u4ee5\u6765\uff0c\u5e73\u8206\u53bf\u4eba\u6c11\u533b\u9662\u4f5c\u4e3a\u5168\u56fd\u9996\u6279\u4e94\u5bb6\u201c\u5f3a\u76f4\u6027\u810a\u67f1\u708e\u5065\u5eb7\u6276\u8d2b\u5de5\u7a0b\u201d\u5b9a\u70b9\u6551\u6cbb\u533b\u9662\u4e4b\u4e00\uff0c\u5145\u5206\u5229\u7528\u81ea\u8eab\u4e13\u79d1\u6280\u672f\u4f18\u52bf\u3001\u5927\u529b\u63a8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=414"};
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 () {
}
});
});
}