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=563&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: 1749325494,
nonceStr: 'k26WuO7Pd8oufRPd',
signature: 'c0c6e27e58488b4296304b7f84131921de398cfb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/4967c38d83af8fddc5fdbaa74dde89e6.jpg","title":"\u4fe1\u4e30\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u8bbe\u7acb\u201c\u9ad8\u8003\u5047\u201d\uff0c\u8ba9\u5458\u5de5\u4e13\u5fc3\u966a\u8003","smalltext":"\u53c8\u662f\u4e00\u5e74\u9ad8\u8003\u65f6\uff0c\u6bcf\u5e74\u9ad8\u8003\u90fd\u7275\u52a8\u7740\u793e\u4f1a\u7684\u795e\u7ecf\uff0c\u5bb6\u957f\u4eec\u7eb7\u7eb7\u505c\u4e0b\u624b\u4e0a\u5de5\u4f5c\uff0c\u4e00\u5fc3\u4e00\u610f\u505a\u597d\u5b69\u5b50\u7684\u540e\u52e4\u4fdd\u969c\u5de5\u4f5c\u3002\u4eca\u5e74\u6c5f\u897f\u7701\u4fe1\u4e30\u53bf\u4eba\u6c11\u533b\u9662\u5c45\u7136\u7ed9\u5458\u5de5\u653e\u201c\u9ad8\u8003\u5047\u201d\uff0c\u8ba9\u6211\u4eec\u4e00\u63a2\u7a76\u7adf\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=563"};
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 () {
}
});
});
}