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=860&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: 1747148061,
nonceStr: 'qazvzESllY9U57PC',
signature: 'db541c6b49ff2e05a2cc4d73416917e2fa33e909',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/9e61a864b3055ec496d747d7504d6a04.jpg","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\uff1a\u60a3\u513f\u4eec\u518d\u4e5f\u4e0d\u7528\u6d17\u7897\u53d1\u6101\u4e86","smalltext":"\u201c\u5feb\u70b9\u5feb\u70b9\uff0c\u6d3b\u52a8\u8981\u5f00\u59cb\u5566\uff01\u201d\u201c\u8981\u5f97\u8981\u5f97\uff0c\u9a6c\u4e0a\u6765\uff0c\u6211\u4eec\u4e5f\u8981\u53bb\u7533\u8bf7\u6d88\u6bd2\u7bb1\u3002\u201d\u5565\u5b50\u6d88\u6bd2\u7bb1\uff1f\u62ff\u6765\u7ed9\u5565\u5b50\u6d88\u6bd2\u7684\u54e6\uff1f\u597d\u5947\u7684\u8bdd\u5c31\u4e00\u8d77\u6765\u770b\u770b\u6d3b\u52a8\u73b0\u573a\u5427\u30022019\u5e747\u670818\u65e5\u4e0b\u5348\uff0c\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f\u7ae5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=860"};
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 () {
}
});
});
}