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=3998&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: 1745056304,
nonceStr: 'BV7RKqOhJEqn559v',
signature: 'b7b81154c54b37d306c5e5b577218dbb69d99f77',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202102\/b3b834e5da2e175d1cff8e8bfb112d8a.jpg","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u8bbe\u7acb\u515a\u5458\u5148\u950b\u5c97\uff0c\u5f3a\u5316\u75ab\u60c5\u9632\u63a7\u529b\u5ea6","smalltext":"\u4e3a\u54cd\u5e94\u4e2d\u5171\u6566\u5316\u5e02\u59d4\u7ec4\u7ec7\u90e8\u7684\u9632\u75ab\u53f7\u53ec\uff0c\u6309\u7167\u300a\u5173\u4e4e\u5145\u5206\u53d1\u6325\u57fa\u5c42\u515a\u7ec4\u7ec7\u6218\u6597\u5821\u5792\u4f5c\u7528\u548c\u515a\u5458\u5148\u950b\u6a21\u8303\u4f5c\u7528\uff0c\u575a\u51b3\u6253\u8d62\u75ab\u60c5\u9632\u63a7\u6b7c\u706d\u6218\u7684\u901a\u77e5\u300b\u8981\u6c42\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u53ca\u65f6\u53d1\u51fa\u5021\u8bae\u4e66\uff0c\u5f97\u5230\u515a\u5458\u3001\u79ef\u6781\u5206\u5b50\u7684\u70ed\u70c8\u54cd\u5e94\uff0c\u5168\u9662\u515a\u5458\u79ef\u6781\u5206\u5b50\u7eb7\u7eb7\u8bf7\u6218\uff0c\u7ed3\u5408\u533b\u9662\u52a0\u5f3a\u9632\u63a7\u8bbe\u7acb\u76d1\u7763\u5c97\u7684\u5de5\u4f5c\u5b9e\u9645\uff0c\u5c06\u533b\u9662\u4e00\u697c\u4eba\u6d41\u8f83\u5927\u7684\u5357\u5317\u7535\u68af\u53e3\u8bbe\u4e3a\u201c\u515a\u5458\u5148\u950b\u5c97\u201d\uff0c\u8fd9\u4e24\u4e2a\u5c97\u4f4d\u7531\u515a\u5458\u548c\u79ef\u6781\u5206\u5b50\u503c\u5b88\uff0c\u786e\u4fdd\u75ab\u60c5\u9632\u63a7\u65e0\u758f\u6f0f\uff0c\u5145\u5206\u53d1\u6325\u57fa\u5c42\u515a\u7ec4\u7ec7\u6218\u6597\u5821\u5792\u4f5c\u7528\u4e0e\u515a\u5458\u5148\u950b\u6a21\u8303\u4f5c\u7528\uff0c\u575a\u51b3\u6253\u8d62\u75ab\u60c5\u9632\u63a7\u6b7c\u706d\u6218\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3998"};
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 () {
}
});
});
}