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=4659&classid=11&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: 1743632894,
nonceStr: 'yJAFSrR75ppUxlXS',
signature: '2442f3182fb54b4a828e89e3841e3838b87ca6e4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/4e7bf9e9af576668d97a89b4d0a25cf8.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662-\u533b\u9662\u75c5\u623f\u300c\u53d8\u8eab\u300d\u6444\u5f71\u68da","smalltext":"\u533b\u9662\u75c5\u623f\u300c\u53d8\u8eab\u300d\u6444\u5f71\u68da\uff1f\uff01\u8fd9\u4e2a\u6696\u5fc3\u884c\u52a8\u53ea\u4e3a\u5706\u5979\u4e00\u4e2a\u68a6\u2026 \u6bcf\u4f4d\u5b55\u5988\u5988\u90fd\u5e0c\u671b\u62cd\u4e00\u7ec4\u7f8e\u7f8e\u7684\u5b55\u5987\u7167\u8bb0\u5f55\u4e0b\u8fd9\u6bb5\u7279\u6b8a\u53c8\u7f8e\u597d\u7684\u65e5\u5b50\u67f3\u5dde\u5e02\u6c11\u83ab\u5973\u58eb\u4e5f\u4e0d\u4f8b\u5916\u53ef\u6000\u7740\u53cc\u80de\u80ce\u7684\u5979\u56e0\u51fa\u73b0\u5148\u5146","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4659"};
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 () {
}
});
});
}