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=4811&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: 1743764434,
nonceStr: 'rLzOk4IDWXrcWclG',
signature: '24ee6311fa01976ba81e06e6b289e15529984279',
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\u6d66\u4e1c\u65b0\u533a\u5468\u6d66\u533b\u9662-\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u773c\u5065\u5eb7\uff08\u773c\u89c6\u5149\uff09\u4e2d\u5fc3","smalltext":"\u5bb6\u4f4f\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u7684\u8559\u8559\u5c0f\u670b\u53cb\u4eca\u5e74\u79cb\u5929\u8981\u4e0a\u5c0f\u5b66\u4e86\uff0c\u8fd9\u5929\u4e2d\u5348\u82f1\u8bed\u73ed\u4e0b\u8bfe\u7a81\u7136\u89c9\u5f97\u773c\u775b\u9178\u3001\u75d2\u3001\u523a\u75db\uff0c\u5988\u5988\u6025\u5fd9\u5e26\u5979\u6765\u770b\u5468\u6d66\u533b\u9662\u773c\u79d1\u3002\u68c0\u67e5\u53d1\u73b0\uff0c\u8559\u8559\u7531\u4e8e\u8fc7\u654f\u4f53\u8d28\uff0c\u60a3\u7684\u662f\u201c\u53d8\u5e94\u6027\u7ed3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4811"};
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 () {
}
});
});
}