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=2864&classid=10&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: 1743771764,
nonceStr: 'KMyTM6nuWOE4InlA',
signature: '93ce2629f8897cddb7b5c7d72bbb34fdb35a32af',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u52a0\u5f3a\u4eba\u6587\u5efa\u8bbe \u63d0\u5347\u533b\u9662\u54c1\u8d28","smalltext":"\u4e00\u3001\u4e2d\u5fc3\u57fa\u672c\u60c5\u51b5\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u662f\u7531\u9646\u519b\u519b\u533b\u5927\u5b66\u7b2c\u4e09\u9644\u5c5e\u533b\u9662\uff08\u5bf9\u5916\u79f0\u5927\u576a\u533b\u9662\uff09\u548c\u91ce\u6218\u5916\u79d1\u7814\u7a76\u6240\u4e8e2018\u5e749\u6708\u8c03\u6574\u7ec4\u5efa\u800c\u6210\uff0c\u662f\u96c6\u533b\u7597\u3001\u79d1\u7814\u3001\u6559\u5b66\u3001\u6218\u5907\u4e3a\u4e00\u4f53\u7684\u519b\u961f\u533b\u7597\u536b\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2864"};
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 () {
}
});
});
}