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=1090&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: 1747124165,
nonceStr: 'lPbBKQKaRgM874Qt',
signature: '1c358760b8d852afb93eea1f53d282f94c557d41',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/ef0c871d9770c9daa75fb22f05c69e87.jpg","title":"\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662\uff1a\u6765\u81ea\u897f\u5b89\u7684\u4ed6\u76f4\u5938\u5357\u5b81\u597d","smalltext":"\u201c\u975e\u5e38\u611f\u8c22\u4f60\u4eec\u7684\u5e2e\u52a9\uff0c\u6211\u4e08\u592b\u662f\u5bb6\u91cc\u7684\u9876\u6881\u67f1\uff0c\u662f\u8fd9\u4e2a\u5bb6\u5ead\u7684\u5e0c\u671b\uff0c\u5982\u679c\u6ca1\u6709\u4ed6\uff0c\u8fd9\u4e2a\u5bb6\u5ead\u5c31\u6bc1\u4e86\u2026.\u201d\u8fd1\u65e5\uff0c\u6d82\u5148\u751f\u5e26\u7740\u7231\u4eba\u6765\u5230\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u4e8c\u533a\uff0c\u5411\u53e4\u7acb\u65b0\u4e3b\u4efb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1090"};
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 () {
}
});
});
}