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=790&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: 1749380816,
nonceStr: '58HspnXJwuokKH16',
signature: 'f109566b62cf4e641b16a659a6bb3ede99ec41db',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/44653447d0e5524339295917d48ad339.jpg","title":"\u90d1\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6709\u4e00\u79cd\u6e29\u6696\uff0c\u53eb\u6211\u662f\u5fd7\u613f\u8005","smalltext":"\u80fd\u505a\u4e8b\u7684\u505a\u4e8b\uff0c\u80fd\u53d1\u58f0\u7684\u53d1\u58f0\uff0c\u6709\u4e00\u5206\u70ed\uff0c\u53d1\u4e00\u5206\u5149\u30027\u670813\u65e5\u4e0a\u5348\uff0c\u90d1\u5dde\u5e02\u536b\u751f\u5065\u5eb7\u7cfb\u7edf\u4e3e\u529e\u90d1\u5dde\u5e02\u201c\u7eff\u57ce\u5065\u5eb7\u4f7f\u8005\u201d\u5b66\u96f7\u950b\u5fd7\u613f\u670d\u52a1\u884c\u52a8\u52a8\u5458\u5927\u4f1a\u66a8\u6388\u65d7\u4eea\u5f0f\uff0c\u90d1\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\u526f\u9662\u957f\u5434\u79cb\u594e","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=790"};
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 () {
}
});
});
}