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=403&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: 1744318030,
nonceStr: 'rAlzFSCvjEWEEZU1',
signature: '9cca620a48bf96cf3d29a0a3f634317d3e6afc90',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/2b3f38d19101631cb15da401763c9ef2.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u533b\u751f\u5de7\u53d6\u4e03\u65ec\u8001\u4eba\u80f0\u817a\u91cc\u7684\u7ee3\u82b1\u9488","smalltext":" \u4e03\u65ec\u8001\u4eba\u60a3\u201c\u80c3\u75c5\u201d\u4e00\u5e74\u591a\uff0c\u68c0\u67e5\u53d1\u73b0\uff0c\u4f53\u5185\u7adf\u7136\u60ca\u73b0\u4e00\u6839\u7f1d\u8863\u9488\uff01\u94a2\u9488\u4e0d\u4ec5\u7a7f\u80a0\u800c\u51fa\u8fdb\u5165\u80f0\u817a\uff0c\u800c\u4e14\u7d27\u90bb\u5927\u8840\u7ba1\uff0c\u968f\u65f6\u53ef\u80fd\u6233\u7834\u8840\u7ba1\u6216\u635f\u4f24\u80f0\u817a\uff0c\u5bfc\u81f4\u751f\u547d\u5371\u9669\u3002 75\u5c81\u7684\u957f\u6c99\u5e02\u6c11\u9648\u7237\u7237","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=403"};
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 () {
}
});
});
}