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=1731&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: 1747169309,
nonceStr: '8EzRH3DO0PvrIn2T',
signature: 'a9f50e87ebee7d108869de93c9af52fbf17e6401',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/52320dfc1d371750a4962e789c372d9a.jpg","title":"\u868c\u57e0\u533b\u5b66\u9662\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\uff1a\u868c\u57e0\u5973\u62a4\u58eb\u5468\u7389\u5a1f\u63f4\u9102\u65e5\u8bb0","smalltext":"\u81ea\u4ece\u8fdb\u5165\u53d1\u70ed\u95e8\u8bca\uff0c\u868c\u57e0\u533b\u5b66\u9662\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u7684\u5468\u7389\u5a1f\u620f\u79f0\uff1a\u6211\u7684\u5de5\u4f5c\u5c31\u50cf\u9640\u87ba\u4e00\u6837\u3002\u8fd1\u65e5\uff0c\u5979\u968f\u533b\u7597\u961f\u8d74\u6e56\u5317\u6b66\u6c49\u652f\u63f4\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u5de5\u4f5c\uff0c\u5de5\u4f5c\u4e4b\u4f59\uff0c\u5979\u64b0\u6587\u5410\u9732\u5fc3\u58f0\uff1a1\u670826\u53f7\u5b50\u591c\u65f6\u5206\uff0c\u8fd8\u5728\u4e0a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1731"};
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 () {
}
});
});
}