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=555&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: 1749324699,
nonceStr: 'sN5EYUYXVfnfpQZB',
signature: 'f358c5b45869c1c4882fc48c9acd00942eec03c7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/063be47c4313b15de13edadc22141a0e.jpg","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\uff1a90\u540e\u533b\u5b66\u751f\u6350\u732e\u9aa8\u9ad3\u6551\u52a9\u5916\u7c4d\u75c5\u60a3","smalltext":"\u8fd1\u65e5\uff0c\u6765\u81ea\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u4e34\u5e8a\u533b\u5b66\u516b\u5e74\u5236\u4e13\u4e1a\u7684\u5b66\u751f\u5c0f\u53f6\uff08\u5316\u540d\uff09\uff0c\u65e0\u79c1\u6350\u732e\u51fa\u81ea\u5df1\u7684\u9020\u8840\u5e72\u7ec6\u80de\u7528\u4e8e\u6551\u6cbb\u4e00\u540d\u5916\u7c4d\u7684\u767d\u8840\u75c5\u60a3\u8005\u3002\u4ed6\u662f\u4e2d\u5c71\u533b\u9662\u7684\u7b2c4\u4f4d\u6350\u732e\u9020\u8840\u5e72\u7ec6\u80de\u7684\u533b\u52a1\u4eba\u5458\u3001\u7b2c1\u4f4d\u5728\u8bfb\u533b\u5b66\u751f\uff0c\u540c\u65f6\u4e5f\u662f\u4e0a\u6d77\u7b2c451\u4f4d\u9020\u8840\u5e72\u7ec6\u80de\u6350\u732e\u8005\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=555"};
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 () {
}
});
});
}