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=362&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: 1743764440,
nonceStr: 'xJpxm0q02JgOodF3',
signature: '0437210b7b0652b013083a7c4abb76376511c283',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/6197490e404917bfe13d9fa8916d0f72.jpg","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662:\u7528\u201c\u5feb\u95ea\u201d\u5411\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\u732e\u793c","smalltext":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\u8054\u5408\u6e56\u5317\u7701\u6587\u5b66\u827a\u672f\u754c\u8054\u5408\u4f1a\uff0c\u7531\u6e56\u5317\u7701\u6587\u827a\u5de5\u4f5c\u8005\u4e0e\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\u533b\u62a4\u4eba\u5458\uff0c\u5728\u533b\u9662\u4f4f\u9662\u90e8\u5927\u5385\uff0c\u4ee5\u6b4c\u5531\u201c\u6211\u548c\u6211\u7684\u7956\u56fd\u201d\u5feb\u95ea\u7684\u5f62\u5f0f\uff0c\u5411\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\u732e\u793c\u3002\u53c2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=362"};
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 () {
}
});
});
}