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=2932&classid=13&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: 1743703396,
nonceStr: 'nC6sqh8gZ9Su9KfE',
signature: 'c447d630b26c1a9806b2216af299dd01c9d994ff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u5065\u5eb7\u7ba1\u7406\u4e2d\u5fc3:\u5efa\u6709\u4eba\u6587\u6c14\u606f\u7684\u533b\u5b66\u56e2\u961f","smalltext":"\u4e00\u3001\u56e2\u961f\u7b80\u4ecb \u56db\u5ddd\u7701\u533b\u5b66\u79d1\u5b66\u9662\u00b7\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u5065\u5eb7\u7ba1\u7406\u4e2d\u5fc3\u6210\u7acb\u4e8e2004\u5e7412\u6708\uff0c\u662f\u56db\u5ddd\u7701\u4e09\u7ea7\u7532\u7b49\u533b\u9662\u4e2d\u4ece\u4e8b\u5065\u5eb7\u4f53\u68c0\u7684\u9996\u5bb6\u5927\u578b\u4e13\u4e1a\u4f53\u68c0\u673a\u6784\uff0c\u7387\u5148\u5f00\u521b\u4e86\u56db\u5ddd\u7701\u201c\u533b\u68c0\u5206\u79bb\u201d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2932"};
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 () {
}
});
});
}