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=838&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: 1749396349,
nonceStr: 'q0QX0qCUQFkTLF6L',
signature: 'cabf7c5843a1d2eb000f3e740914716ef6f71d93',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/9547072aa731442d6f06181e8c531174.png","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u7528\u6211\u638c\u5fc3\u7cd6 \u6362\u4f60\u6307\u5c16\u70df\u2014\u5c0f\u5c0f\u529d\u70df\u5fd7\u613f\u8005\u5728\u884c\u52a8\uff01","smalltext":"\u4e3a\u6df1\u5165\u505a\u597d\u56fd\u5bb6\u7ea7\u536b\u751f\u53bf\u57ce\u521b\u5efa\u5de5\u4f5c\uff0c\u6253\u9020\u5e72\u51c0\u6574\u6d01\u7684\u57ce\u533a\u73af\u5883\uff0c7\u670818\u65e5\u523019\u65e5\uff0c\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u8054\u5408\u6e05\u6cb3\u4e49\u5de5\u5fd7\u613f\u8005\u534f\u4f1a\u53d1\u8d77\u4e86\u6587\u660e\u529d\u5bfc\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8\uff0c\u5021\u5bfc10\u5c81\u523018\u5c81\u7684\u4e2d\u5c0f\u5b66\u751f\u79ef\u6781\u53c2","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=838"};
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 () {
}
});
});
}