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=635&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: 1746618665,
nonceStr: 'YavOqaTFHZ8GrxmZ',
signature: '8a21e52d25abbcb09dd6b74a8881741e37044217',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/e680089a037c40fc6f1e4d65632b0390.jpg","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\uff1a\u4e07\u7c73\u9ad8\u7a7a\uff0c\u6768\u601d\u8fdb\u6559\u6388\u7528\u4e2d\u533b\u65b9\u6cd5\u6551\u6cbb78\u5c81\u8001\u4eba\uff01","smalltext":"2019\u5e746\u670819\u65e5\u51cc\u66684\uff1a49\u5317\u4eac\u98de\u5f80\u6377\u514b\u5e03\u62c9\u683c\u7684\u6d77\u822aHU7937\u822a\u73ed\u4e0a\uff0c78\u5c81\u8001\u4eba\u7a81\u53d1\u6655\u53a5\uff0c\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u9662\u957f\u6768\u601d\u8fdb\u6559\u6388\u7528\u4e2d\u533b\u65b9\u6cd5\u7d27\u6025\u6551\u6cbb\u3002\u7ecf\u8fc7\u79ef\u6781\u6551\u6cbb\uff0c\u60a3\u8005\u6062\u590d\u6b63\u5e38\uff0c\u5e73\u5b89\u51fa\u884c\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=635"};
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 () {
}
});
});
}