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=1813&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: 1747170136,
nonceStr: 'Wm086P568RKPpvK6',
signature: 'fd34c4eec7ef561f0e76c27810eeb2ab3bdd3481',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/d200c2e5921ee0d839127900ed2e436e.jpg","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff1a\u88ab\u62a4\u58eb\u5988\u5988\u201c\u8d76\u51fa\u5bb6\u95e8\u201d\u7684\u5b69\u5b50\uff0c\u5374\u5bc4\u6765\u4e86\u6696\u5fc3\u751c\u70b9","smalltext":"\u201c\u533b\u52a1\u4eba\u5458\u8f9b\u82e6\u4e86\uff01\u201d\u5e7f\u533b\u4e09\u9662\u6025\u8bca\u79d1\u526f\u62a4\u58eb\u957f\u66fe\u4e3d\u5e73\u5973\u513f\u4eb2\u624b\u505a\u7684\u751c\u70b9\uff0c\u6696\u5728\u4e86\u533b\u62a4\u4eba\u5458\u7684\u5fc3\u4e0a\u3002\u8fd9\u751c\u8ba9\u4eba\u6cea\u76ee\uff01\u4e3a\u4e86\u5168\u65b0\u6297\u51fb\u65b0\u51a0\u80ba\u708e\uff0c\u66fe\u4e3d\u5e73\u5c06\u5b69\u5b50\u9001\u5230\u4e86\u4eb2\u621a\u5bb6\uff0c\u5c06\u8fd1\u534a\u4e2a\u6708\u6ca1\u89c1\u5230\u5988\u5988","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1813"};
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 () {
}
});
});
}