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=3703&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: 1745119063,
nonceStr: '6rG3lQJ2dk9A4Lea',
signature: '5a896296a682e9704a05cf7bcef14af013a9b697',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202009\/76c2cb3d80a419b2b43a39cfa64351a7.png","title":"\u91cd\u5e86\u5e02\u5357\u5ddd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6b66\u6c49\u8fd9\u5bb6\u4eba\u5343\u91cc\u6765\u5357\u8d60\u9526\u65d7","smalltext":"\u201c\u6b66\u6c49\u7684\u4eca\u5929\u8f66\u6c34\u9a6c\u9f99\uff0c\u70df\u706b\u6c14\u5341\u8db3\uff0c\u6b22\u8fce\u5927\u5bb6\u56de\u6b66\u6c49\u770b\u4e00\u770b\u66fe\u7ecf\u6218\u6597\u8fc7\u7684\u5730\u65b9\uff0c\u770b\u4e00\u770b\u4e00\u8d77\u6218\u6597\u7684\u6218\u53cb\u4eec\uff0c\u770b\u4e00\u770b\u7528\u751f\u547d\u5b88\u62a4\u7684\u57ce\u5e02\u73b0\u5728\u7684\u6a21\u6837\uff01\u201d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3703"};
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 () {
}
});
});
}