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=1175&classid=4&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: 1743703016,
nonceStr: '2b7DPzfRo2hwzUDq',
signature: 'a814fc3e8d005e7f139297a196de3afbfe29b2f2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/fd104118f6dc28e1e0917f0868031a60.jpg","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u53f6\u60e0\u6b23\uff1a\u7528\u5fc3\u575a\u6301\u4e00\u5b9a\u4f1a\u6709\u60ca\u559c","smalltext":"\u5076\u7136\u4e4b\u4e0b\uff0c\u7ffb\u5f00\u4e862016\u5e74\u4e3a\u5e7f\u4e1c\u7701\u536b\u5065\u7cfb\u7edf\u5fae\u4fe1\u8fd0\u7ef4\u57f9\u8bad\u73ed\u4f5c\u7ecf\u9a8c\u5206\u4eab\u51c6\u5907\u7684\u7b14\u8bb0\uff0c\u8fd14\u5e74\u6765\u5fae\u4fe1\u516c\u4f17\u53f7\u8fd0\u8425\u7684\u70b9\u6ef4\u8dc3\u4e0a\u5fc3\u5934\u3002\u5176\u4e2d\u7b14\u8bb0\u7ed3\u8bed\u7684\u4e00\u53e5\u8bdd\uff1a\u201c\u6709\u591a\u5927\u7684\u5f71\u54cd\u5c31\u6709\u591a\u5927\u8d23\u4efb\uff0c\u7528\u5fc3\u575a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1175"};
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 () {
}
});
});
}