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=4963&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: 1743633014,
nonceStr: 'mxJU8qxymMK02jfN',
signature: 'cb1d5f102c2d1f4d49362751c569189a9772827f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9547\u6c5f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u8fd0\u7528\u54c1\u7ba1\u5708\u63d0\u9ad8\u9000\u4f11\u804c\u5de5\u793e\u56e2\u6d3b\u52a8\u53c2\u4e0e\u7387","smalltext":"\u968f\u7740\u6211\u56fd\u4eba\u53e3\u8001\u9f84\u5316\u8fdb\u7a0b\u4e0d\u65ad\u52a0\u5feb\uff0c\u533b\u9662\u4e5f\u540c\u6837\u9762\u4e34\u7740\u9000\u4f11\u804c\u5de5\u4eba\u6570\u7684\u9ad8\u5cf0\u671f\u548c\u9ad8\u9f84\u671f\u3002\u5982\u4f55\u505a\u5230\u53ca\u65f6\u5e94\u5bf9\u3001\u79d1\u5b66\u5e94\u5bf9\u3001\u7efc\u5408\u5e94\u5bf9\uff0c\u63d0\u5347\u7cbe\u51c6\u670d\u52a1\u6c34\u5e73\uff0c\u5df2\u7ecf\u6210\u4e3a\u533b\u9662\u9000\u7ba1\u5de5\u4f5c\u90e8\u95e8\u7684\u5f53\u52a1\u4e4b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4963"};
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 () {
}
});
});
}