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=416&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: 1744035287,
nonceStr: 'fjyqXKYfVsRJd6FF',
signature: '4fd7bd17e6f19717c0e3b6b82dd316ff108163f0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/89436350c311db1c493ace92d77d1849.jpg","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u6cd5\u56fd\u5e05\u54e5\u7ed9\u5317\u6d77\u533b\u751f\u4eb2\u9001\u9526\u65d7\u70b9\u8d5e","smalltext":"\u65e5\u524d\uff0c\u4e00\u540d\u6cd5\u56fd\u60a3\u8005\u5728\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u666e\u901a\u5916\u79d1\u4e8c\u75c5\u533a\u672f\u540e\u5eb7\u590d\u529e\u7406\u51fa\u9662\uff0c\u7ed9\u8be5\u79d1\u7a0b\u5b66\u8fdc\u526f\u4e3b\u4efb\u53ca\u533b\u62a4\u56e2\u961f\u9001\u53bb\u4e00\u9762\u201c\u533b\u672f\u7cbe\u6e5b\u3000\u60c5\u6696\u4eba\u5fc3\u201d\u7684\u9526\u65d7\uff0c\u8fd9\u662f\u8be5\u79d1\u6536\u5230\u7684\u7b2c\u4e00\u9762\u5916\u56fd\u53cb\u4eba\u8d60\u9001\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=416"};
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 () {
}
});
});
}