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=837&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: 1746983240,
nonceStr: 'DXo1HL8lxsp9Pc9a',
signature: '871764ea70fbd2036256c47613d18ed59ec16f86',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ed34b97b45d2eedf22956ce93f9d9522.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u86c7\u51fa\u6ca1 \u8bf7\u5c0f\u5fc3\uff01","smalltext":" \u6bcf\u5e74\u76846\u6708~10\u6708\uff0c\u90fd\u662f\u86c7\u51fa\u6ca1\u7684\u9ad8\u5cf0\u671f\uff0c\u4e5f\u662f\u88ab\u86c7\u54ac\u4f24\u7684\u9ad8\u5cf0\u671f\u3002\u968f\u7740\u6d59\u6c5f\u51fa\u6885\uff0c\u5929\u6c14\u6e29\u5ea6\u9010\u6e10\u6500\u5347\uff0c\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff08\u6d59\u5927\u4e00\u9662\u5d4a\u5dde\u5206\u9662\uff09\u5728\u77ed\u77ed\u51e0\u5929\u5185\u5c31\u63a5\u8fde\u6536\u52302\u4f8b\u90fd\u662f\u88ab\u4e94\u6b65\u86c7\u54ac\u4f24\u7684\u60a3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=837"};
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 () {
}
});
});
}