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=1126&classid=13&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: 1743764640,
nonceStr: 'zgW1xOZvWaYaZNze',
signature: '0f9725e0710a6f4d57533ccaa340f7dc75a7ca33',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/c5a9004f119f509d49185798244a7faa.jpg","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662:\u63a8\u884c\u7cbe\u7ec6\u5316\u7ba1\u7406\uff0c\u6784\u5efa\u73b0\u4ee3\u7ba1\u7406\u4f53\u7cfb","smalltext":"2017\u5e744\u670818\u65e5\uff0c\u4e2d\u592e\u5168\u9762\u6df1\u5316\u6539\u9769\u9886\u5bfc\u5c0f\u7ec4\u7b2c\u4e09\u5341\u56db\u6b21\u4f1a\u8bae\u5ba1\u8bae\u901a\u8fc7\u4e86\u300a\u5173\u4e8e\u5efa\u7acb\u73b0\u4ee3\u533b\u9662\u7ba1\u7406\u5236\u5ea6\u7684\u6307\u5bfc\u610f\u89c1\u300b\u3002\u6309\u7167\u5efa\u7acb\u73b0\u4ee3\u533b\u9662\u7ba1\u7406\u5236\u5ea6\u7684\u8981\u6c42\uff0c2017\u5e74\u7ecf\u533b\u9662\u515a\u59d4\u7814\u7a76\uff0c\u804a\u57ce\u5e02\u4e1c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=1126"};
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 () {
}
});
});
}