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=503&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: 1746263228,
nonceStr: '7SSeFVSAkNdv55j8',
signature: 'cb5057a45884ab07e40a36a7948bcd837b51dfc5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/637f41d8db4dbfe670742b5d8f9d82a2.jpg","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u56fd\u5bb6\uff08\u6d77\u4e0a\uff09\u7d27\u6025\u533b\u5b66\u6551\u63f4\u961f\u9996\u6b21\u4eae\u76f8","smalltext":"5\u670827\u65e5\uff0c\u4e3a\u671f4\u5929\u7684\u56fd\u9645\u533b\u5b66\u521b\u65b0\u5408\u4f5c\u8bba\u575b\uff08\u4e2d\u56fd\u2014\u4e0a\u6d77\u5408\u4f5c\u7ec4\u7ec7\uff09\u5728\u9632\u57ce\u6e2f\u5e02\u5f00\u5e55\u3002\u56fd\u5bb6\uff08\u6d77\u4e0a\uff09\u7d27\u6025\u533b\u5b66\u6551\u63f4\u961f\u5e94\u4e0a\u7ea7\u6307\u4ee4\u5728\u672c\u6b21\u56fd\u9645\u8bba\u575b\u4e0a\u53c2\u52a0\u5c55\u793a\uff0c\u8fd9\u662f\u56fd\u5bb6\u7ea7\u6d77\u4e0a\u7d27\u6025\u533b\u5b66\u6551\u63f4\u961f\u4f0d\u9996\u6b21","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=503"};
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 () {
}
});
});
}