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=3895&classid=5&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: 1745109244,
nonceStr: 'PlmVVEMa2GLbLoVr',
signature: '64b0b21cef84d724e78bba5929750d81b31956d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u552f\u613f\u9633\u5149\u6253\u5728\u4f60\u7684\u8138\u4e0a","smalltext":"\u597d\u50cf\u4ece\u6ca1\u50cf\u4eca\u5e74\u8fd9\u6837\uff0c\u76fc\u7740\u4e00\u4e2a\u5e74\u5934\u5feb\u70b9\u8fc7\u53bb\uff0c\u867d\u7136\u4f60\u4f1a\u56e0\u6b64\u53c8\u589e\u957f\u4e00\u5c81\uff1b\u597d\u50cf\u4ece\u6ca1\u50cf\u4eca\u5e74\u8fd9\u6837\uff0c\u6d41\u8fc7\u592a\u591a\u7684\u6cea\u6c34\uff0c\u90a3\u6cea\u6c34\u4e2d\u6709\u611f\u52a8\uff0c\u6709\u6fc0\u52a8\uff0c\u6709\u9ad8\u5174\uff0c\u6709\u75db\u60dc\u2026\u2026\u597d\u50cf\u4ece\u6ca1\u50cf\u4eca\u5e74\u8fd9\u6837\uff0c\u8fd8\u672a\u505c\u4e0b\u5306\u5306\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3895"};
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 () {
}
});
});
}