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=2859&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: 1745166548,
nonceStr: 'yUCmvhfFHQzgyxNr',
signature: '998a4a5e9c9d1d29e50f97d8d7664fc364c87660',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u8881\u519b\uff0c\u706b\u773c\u91d1\u775b\uff0c\u505a\u597d\u4e34\u5e8a\u4fa6\u5bdf\u5175","smalltext":"\u8881\u519b\uff0c\u5973\uff0c50\u5c81\uff0c\u535a\u58eb\u3001\u7855\u58eb\u7814\u7a76\u751f\u5bfc\u5e08\uff0c\u4e3b\u4efb\u68c0\u9a8c\u6280\u5e08\u3002\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u68c0\u9a8c\u79d1\u4e3b\u4efb\u3002\u591a\u5e74\u6765\u4ece\u4e8b\u4e34\u5e8a\u514d\u75ab\u5b66\u53ca\u5fae\u751f\u7269\u5b66\u7684\u6559\u5b66\u4e0e\u7814\u7a76\uff0c\u627f\u62c5\u6216\u53c2\u52a0\u8fc7\u591a\u9879\u56fd\u5bb6\u53ca\u7701\u7ea7\u79d1\u7814\u8bfe\u9898\uff0c\u53d1\u8868\u8bba\u658720","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2859"};
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 () {
}
});
});
}