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=491&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: 1746256131,
nonceStr: '1WIB5Yj3LTigzgWQ',
signature: '421d351c4243954b9ee2663229fba54a28753dfb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/09378ea84b367aa165e814952ac9578c.jpg","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u513f\u7ae5\u8282\u6765\u641e\u4e8b\u60c5\u54af\uff0c\u770b\u770b\u8fd9\u5bb6\u533b\u9662\u513f\u79d1\u56e2\u961f\u8fd9\u6ce2666\u7684\u64cd\u4f5c","smalltext":"6\u00b71\u513f\u7ae5\u8282\uff0c\u5c0f\u670b\u53cb\u4eec\u5fc3\u5fc3\u5ff5\u5ff5\u7684\u8282\u65e5\uff0c\u5927\u670b\u53cb\u4eec\u5fc3\u5fc3\u5ff5\u5ff5\u60f3\u8e6d\u7740\u8fc7\u7684\u8282\u65e5\u3002\u8fd9\u4e00\u5929\uff0c\u6bcf\u4e2a\u4eba\u90fd\u662f\u5b69\u5b50\uff0c\u81f3\u5c11\u6bcf\u4e2a\u5927\u4eba\u90fd\u66fe\u7ecf\u662f\u5b69\u5b50\u3002\u6240\u4ee5\uff0c\u670b\u53cb\u5708\u5185\u5916\u90fd\u662f\u4e00\u7247\u6b22\u4e50\u7684\u6d77\u6d0b\uff0c\u5404\u79cd\u4f60\u60f3\u4e0d\u5230\u7684\u6b22\u4e50","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=491"};
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 () {
}
});
});
}