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=1594&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: 1747192560,
nonceStr: '9Tcb1FgR06LskqG2',
signature: '884d393e158543796ecf0e91319ffa76a3fba34b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/ea46c9ba0c9e01e6922f727736192409.jpg","title":"\u957f\u6cbb\u533b\u5b66\u9662\u9644\u5c5e\u548c\u6d4e\u533b\u9662\uff1a\u533b\u8b66\u8054\u624b\uff0c\u53d1\u51fa\u53f2\u4e0a\u6700\u5f3a\u201c\u6491\u533b\u4ee4\u201d","smalltext":"\u8fd1\u65e5\uff0c\u63a5\u8fde\u6570\u8d77\u6076\u6027\u4f24\u533b\u4e8b\u4ef6\u9707\u60ca\u5168\u56fd\uff0c\u4e5f\u5f15\u8d77\u533b\u754c\u5e7f\u6cdb\u7684\u4e0d\u5b89\u3002\u4e3a\u52a0\u5f3a\u533b\u7597\u5b89\u5168\uff0c\u4fdd\u969c\u533b\u62a4\u4eba\u5458\u5408\u6cd5\u6743\u76ca\uff0c\u957f\u6cbb\u533b\u5b66\u9662\u9644\u5c5e\u548c\u6d4e\u533b\u9662\u548c\u6240\u5728\u5730\u8b66\u65b9\u8054\u624b\uff0c\u52a0\u5f3a\u5b89\u5168\u5de1\u903b\u3002\u533b\u9662\u4fdd\u536b\u90e8\u95e8\u5411\u5168\u9662\u533b\u62a4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1594"};
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 () {
}
});
});
}