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=4931&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: 1744318172,
nonceStr: 'hLHG6c3GF04G4DL5',
signature: '5fa670a4c7d670f61a4452078df67335f50bd578',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202109\/42b16a47327dd7294b1ed12c0e234bf1.jpg","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\uff1a\u4ee5\u201c\u5171\u4eab\u4e66\u9999\u201d\u5f70\u663e\u533b\u8005\u4ec1\u5fc3 \u4f20\u9012\u4eba\u6587\u5173\u6000","smalltext":"7\u67085\u65e5\uff0c\u5728\u79d1\u5ba4\u6668\u4f1a\u4ea4\u63a5\u73ed\u4e0a\uff0c\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u4e73\u817a\u79d1\u515a\u652f\u90e8\u4e66\u8bb0\u3001\u79d1\u526f\u4e3b\u4efb\u95eb\u654f\u7ed9\u5927\u5bb6\u8bb2\u5230\u5e7f\u897f\u533b\u5b662021\u5e743\u6708\u7b2c43\u5377\u7b2c6\u671f\u520a\u53d1\u7684\u4e00\u7bc7\u62a4\u7406\u7814\u7a76\u6587\u7ae0\u300a\u9605\u8bfb\u7597\u6cd5\u5e94\u7528\u4e8e\u4e2d\u665a\u671f\u4e73\u817a\u764c\u60a3\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4931"};
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 () {
}
});
});
}