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=6742&classid=14&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: 1743633011,
nonceStr: 'bQjeeHJANnG3DN78',
signature: '4ffb8992cde75644c156f95a43eaace1e142c9d4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u661f\u661f\u4e4b\u706b\uff0c\u53ef\u4ee5\u71ce\u539f","smalltext":"\u5f53\u6211\u4ece\u4e00\u4f4d\u6765\u533b\u9662\u4f11\u517b\u7684\u8363\u519b\u5927\u7237\u53e3\u4e2d\u542c\u5230\u201c\u661f\u661f\u4e4b\u706b\uff0c\u53ef\u4ee5\u71ce\u539f\u201d\u8fd9\u516b\u4e2a\u5b57\u65f6\uff0c\u6211\u88ab\u9707\u64bc\u4e86\uff0c\u4e5f\u88ab\u4ed6\u7684\u7cbe\u795e\u9f13\u821e\u4e86\u3002\u5927\u7237\u5750\u5728\u9a6c\u624e\u4e0a\uff0c\u5fae\u7b11\u7740\u8bf4\u8fd9\u53e5\u8bdd\u7684\u573a\u666f\uff0c\u6211\u4f9d\u7136\u5386\u5386\u5728\u76ee\u3002\u4ed6\u7684\u8eab\u540e\u662f\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6742"};
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 () {
}
});
});
}