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=2378&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: 1744324109,
nonceStr: 'YVnu5HlZICfZUyAU',
signature: 'e199ee4b41c96a4879f3c813e123eef6f6294858',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/17df55a140574bbb8876d766c2f558e9.jpg","title":"\u5357\u4eac\u540c\u4ec1\u533b\u9662\uff1a\u5c06\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u4f5c\u4e3a\u533b\u9662\u7684\u53d1\u5c55\u4e4b\u57fa","smalltext":"\u5357\u4eac\u540c\u4ec1\u533b\u9662\u5c06\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u4f5c\u4e3a\u533b\u9662\u7684\u53d1\u5c55\u6218\u7565\u4e4b\u4e00\uff0c\u63a8\u884c\u4eba\u6587\u7ba1\u7406\uff0c\u533b\u9662\u53d1\u5c55\u6709\u6d3b\u529b\u3001\u6709\u51dd\u805a\u529b\u3002\u533b\u7597\u670d\u52a1\u73af\u5883\u826f\u597d\uff0c\u670d\u52a1\u8bbe\u65bd\u4fbf\u6377\u9f50\u5907\uff0c\u5177\u6709\u6587\u5316\u7279\u8272\u3002\u521b\u65b0\u533b\u7597\u670d\u52a1\u6a21\u5f0f\uff0c\u8fd0\u7528\u4eba\u6587\u7406\u5ff5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2378"};
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 () {
}
});
});
}