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=4437&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: 1749255332,
nonceStr: '7zoHwlzEjdplfGZt',
signature: '3b537ac87d08a20dd970f4e06c8ca63032961b1a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/93eb409d6c6942245129088d18d2fc2e.jpg","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u4ed6\u4eec\u5728\u5e73\u51e1\u5c97\u4f4d\u8df5\u884c\u521d\u5fc3 \u62c5\u5f53\u4f7f\u547d","smalltext":"\u5728\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb100\u5468\u5e74\u5927\u4f1a\u4e0a\uff0c\u4e60\u4e3b\u5e2d\u8bf4\uff0c\u4e00\u767e\u5e74\u524d\uff0c\u4e2d\u56fd\u5171\u4ea7\u515a\u7684\u5148\u9a71\u4eec\u521b\u5efa\u4e86\u4e2d\u56fd\u5171\u4ea7\u515a\uff0c\u5f62\u6210\u4e86\u575a\u6301\u771f\u7406\u3001\u575a\u5b88\u7406\u60f3\uff0c\u8df5\u884c\u521d\u5fc3\u3001\u62c5\u5f53\u4f7f\u547d\uff0c\u4e0d\u6015\u727a\u7272\u3001\u82f1\u52c7\u6597\u4e89\uff0c\u5bf9\u515a\u5fe0\u8bda\u3001\u4e0d\u8d1f\u4eba","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4437"};
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 () {
}
});
});
}