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=3464&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: 1745135712,
nonceStr: 'o7MtSSzFcsVgZKKT',
signature: 'a1742cfb41be14ce8c7e6a7ede1cd23c28bc8880',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/b91456aa589810172dc2ec863ca400a7.jpg","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u91d1\u699c\u9898\u540d\uff01\u533b\u9662\u8363\u81ba\u201c\u6df1\u5733\u5e02\u5e02\u957f\u8d28\u91cf\u5956\uff08\u793e\u4f1a\u7c7b\u91d1\u5956\uff09\u201d","smalltext":"\u201c2019\u5e74\u6df1\u5733\u5e02\u5e02\u957f\u8d28\u91cf\u5956\u201d\u83b7\u5956\u540d\u5355\u5df2\u63ed\u6653\uff0c\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\u4ee5\u201c\u9ad8\u6807\u51c6\u5b9a\u4f4d\u3001\u9ad8\u8d28\u91cf\u8fd0\u8425\u548c\u9ad8\u7ee9\u6548\u7ed3\u679c\u201d\uff0c\u5728100\u4f59\u5bb6\u53c2\u8bc4\u5355\u4f4d\u4e2d\u8131\u9896\u800c\u51fa\uff0c\u88ab\u6df1\u5733\u5e02\u4eba\u6c11\u653f\u5e9c\u6388\u4e88\u201c\u6df1\u5733\u5e02\u5e02\u957f\u8d28\u91cf","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3464"};
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 () {
}
});
});
}