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=250&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: 1743702949,
nonceStr: '8UyhWbcSV5yln9Q3',
signature: '569436e5b5fe093c6af8397da1fae18492bd1b6b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/b462212de8e142d5347222bad8a073d4.jpg","title":"\u5e38\u5dde\u4e09\u9662\u5728\u5168\u56fd\u533b\u9662\u4e2d\u9996\u521b\u65b0\u9752\u5e74\u7cbe\u795e\uff01\u6211\u4eec\u4e0d\u4e00YOUNG!","smalltext":"\u4e3a\u5f18\u626c\u4e94\u56db\u7cbe\u795e\u3001\u6fc0\u53d1\u9752\u6625\u6d3b\u529b\uff0c\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u56e2\u59d4\u7ed3\u5408\u65f6\u4ee3\u53d1\u5c55\u3001\u533b\u9662\u5efa\u8bbe\u3001\u4e2a\u4eba\u6210\u957f\uff0c\u5728\u5168\u56fd\u533b\u9662\u4e2d\u7387\u5148\u521b\u65b0\u6027\u5730\u63d0\u51fa\u4e86\u65b0\u9752\u5e74\u7cbe\u795e\uff0c\u53f7\u53ec\u5168\u9662\u9752\u5e74\u6562\u4e8e\u201c\u62c5\u5f53\u3001\u8df5\u5b9e\u3001\u777f\u53d8\u3001\u6500\u767b\u201d\uff0c\u4e89\u505a\u5efa\u529f\u7acb\u4e1a\u65b0\u65f6\u4ee3\u9752\u5e74\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=250"};
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 () {
}
});
});
}