PHOENIX (AP) — Jeff McNeil drove in the go-ahead runs with a pinch-hit single in the seventh inning and the Athletics beat the Arizona Diamondbacks 5-2 on Monday night.
Athletics rookie Tommy White went 4 for 5 in his third major league game and beat out a comebacker that deflected off Kevin Ginkel (3-3) to load the bases with two outs. McNeil broke a 2-all tie with a two-run single, then wound up on third after he stole second on a wild pitch that allowed White to score for the final margin.
Nolan Arenado doubled with one out in the Arizona fifth for his 2,000th career hit. He became the 298th player to reach the milestone and the 21st third baseman.
A’s rookie Joshua Kuroda-Grauer hit his first big league homer — a leadoff shot against rookie Mitch Bratt in the second to put the Athletics ahead — and Jacob Wilson led off the fifth with his sixth homer for a 2-0 lead.
Jorge Barrosa doubled leading off the sixth against Jeffrey Springs, and Ketel Marte followed with his 18th homer — a tying shot into the upper deck in left field.
Geraldo Perdomo had a bunt hit to chase Springs, who allowed two runs and six hits in five innings. The left-hander has given up 27 homers — most in the majors and one off his career high set last season. He is 0-9 in 16 starts since going 3-0 in his first four.
Luis Medina (2-1) pitched two scoreless innings for the win. Hogan Harris struck out the side and left two runners on in the ninth for his seventh save.
Bratt permitted two runs and eight hits over 4 2/3 innings in his third big league start. Ginkel got three outs and was charged with three runs.
RHP Blake Perkins (2-5, 6.87 ERA) pitches Tuesday for the Athletics. Arizona had not announced a scheduled starter.
AP MLB: https://apnews.com/hub/mlb
Arizona Diamondbacks’ Mitch Bratt throws against the Athletics in the first inning of a baseball game, Monday, July 20, 2026, in Phoenix. (AP Photo/Rick Scuteri)
Athletics pitcher Jeffrey Springs throws against the Arizona Diamondbacks in the first inning of a baseball game, Monday, July 20, 2026, in Phoenix. (AP Photo/Rick Scuteri) CORRECTION: Corrects to Monday not Friday.
Arizona Diamondbacks’ Nolan Arenado (28) watches his 2000th career hit, a double against the Athletics, in the fifth inning of a baseball game, Monday, July 20, 2026, in Phoenix. (AP Photo/Rick Scuteri)
Athletics’ Joshua Kuroda-Grauer (44) celebrates with Jonah Heim (15) after hitting a solo home run against the Arizona Diamondbacks in the second inning of a baseball game, Monday, July 20, 2026, in Phoenix. (AP Photo/Rick Scuteri) CORRECTION: Corrects to Monday not Friday.
Athletics’ Jeff McNeil hits a two-run single against the Arizona Diamondbacks in the seventh inning of a baseball game, Monday, July 20, 2026, in Phoenix. (AP Photo/Rick Scuteri)
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=’2.0′;
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,’script’,
‘https://connect.facebook.net/en_US/fbevents.js’);
fbq(‘init’, ‘2014126905534741’);
fbq(‘track’, ‘PageView’);
window.app = {
constants: {
UUID_KEY: ‘AIMPID’,
FONT_SIZE_SCALE: ‘FONT_SIZE_SCALE’,
},
seoDimensionObj: {
title: ‘Royals All-Star shortstop Bobby Witt Jr. leaves win over Giants with back tightness’,
section: ”,
pagePath: ‘https://www.bastillepost.com/global/article/6024661-royals-all-star-shortstop-bobby-witt-jr-leaves-win-over-giants-with-back-tightness’,
},
ajax: jQuery.ajax,
helpers: {
bindVideoListEvent: function(players, jqElement) {
jqElement.find(‘video.bp-video-js’).each(function() {
var options = {
controls: true,
autoplay: false,
preload: “none”,
width: “100%”,
fluid: true,
aspectRatio: “704:369”,
};
var domOptions = $(this).data(‘videojs’);
if (domOptions) {
options = Object.assign(options, domOptions);
}
var player = videojs(this, options);
var currentIndex = players.length;
player.on(‘play’, function() {
console.log(`player ${currentIndex} play`);
for (var i = 0; i 0) {
if (resultFontSize > maxFontSize) {
resultFontSize = maxFontSize;
}
}
self.css(‘font-size’, `${resultFontSize}px`);
});
},
},
isGoogleTagManagerInit: false,
initGoogleTagManager: function() {
if (window.app.isGoogleTagManagerInit) {
return;
}
window.app.isGoogleTagManagerInit = true;
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=”+l:”‘;j.async=true;j.src=”https://www.googletagmanager.com/gtm.js?id=”+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,’script’,’dataLayer’,’GTM-MHLNCKH4′);
// (function(i, s, o, g, r, a, m) {
// i[‘GoogleAnalyticsObject’] = r;
// i[r] = i[r] || function() {
// (i[r].q = i[r].q || []).push(arguments)
// }
// ,
// i[r].l = 1 * new Date();
// a = s.createElement(o),
// m = s.getElementsByTagName(o)[0];
// a.async = 1;
// a.src = g;
// m.parentNode.insertBefore(a, m)
// }
// )(window, document, ‘script’, ‘https://www.google-analytics.com/analytics.js’, ‘ga’);
// window.ga(‘create’, ‘UA-45475522-1’, ‘auto’);
},
pageImpression: function(source, triggerType) {
//dimension1 section: Category Name (首頁,博客榜,{博客名稱},{分類名稱},頁面)
//dimension2 source: homepage, category, post, blogger, author, readmore, carousel
//dimension3 product: desktop-web, mobile-web, ios, android, huawei, facebook
var dataLayer = window.dataLayer = window.dataLayer || [];
var product = $(window).width() < 1024 ? 'mobile-web' : 'desktop-web';
var title = `${window.app.seoDimensionObj.title}|${product}`;
var pageImpression = {
'event': 'page_view',
'pageTitle': title,
'pageSection': window.app.seoDimensionObj.section,
'pageSource': source,
'bpProduct': product,
'pagePath': window.app.seoDimensionObj.pagePath,
'referURL': document.referrer,
'triggerType': triggerType || 'auto', // auto
};
dataLayer.push(pageImpression);
var pathname = (new URL(pageImpression.pagePath)).pathname;
var ga4PageImpression = {
page: pathname,
hitType: 'pageview',
title: pageImpression.pageTitle,
dimension1: pageImpression.pageSection,
dimension3: pageImpression.pageSource,
dimension4: pageImpression.bpProduct,
}
window.app.initGoogleTagManager();
// window.ga('send', ga4PageImpression);
console.log('dataLayer', pageImpression, 'ga', ga4PageImpression);
},
adUnits: null,
checkVideoPlayersRegion: function() {
if (!window.videojs) {
console.log('checkVideoPlayersRegion: VideoJS not loaded');
return;
}
const players = videojs.getPlayers();
const streamPlayers = [];
for (const playerName in players) {
const player = players[playerName];
const sources = player.currentSources();
for (let i = 0; i 0) {
const ModalDialog = window.videojs.getComponent(‘ModalDialog’);
// 临时使用, 仅允许HK IP的观看Video
// window.app.ajax({
// type: ‘get’,
// url: ‘/global/api/v1/ip-to-region’,
// // url: ‘https://test.bastillepost.com/global/api/v1/ip-to-region’,
// contentType: ‘application/json’,
// dataType: ‘json’,
// success: function (resp) {
// console.log(‘https://test.bastillepost.com’, resp);
//
// if (resp.code === 200) {
// let isHongKongRegion = resp.data.regionInfo.province === ‘香港’;
//
// console.log(‘checkVideoPlayersRegion: isHongKongRegion = ‘ + isHongKongRegion);
//
// // for debug
// // isHongKongRegion = false;
// if (!isHongKongRegion) {
// // Show Error Msg
// for (let i = 0; i div’).hover(function() {
$(this).find(‘.sub-sub-menus’).css(‘display’, ‘flex’);
}, function() {
$(this).find(‘.sub-sub-menus’).css(‘display’, ‘none’);
});
// Mobile Web Menus Dialog resize
var resizeMobileWebMenusDialog = function () {
// var top = $(window).scrollTop() > 0 ? 86 : 150;
var top = $(window).scrollTop() > 0 ? 86 : 86;
$(‘body.menu-active .header__nav’).css({‘top’: `${top}px`, ‘height’: `calc(100% – ${top}px)`})
}
$(‘.menu-btn’).click(function() {
resizeMobileWebMenusDialog();
});
// Mobile Web Search Bar/Display Title auto switch
var mobileSearchBarEle = $(‘.header__search__mobile .search-slide’);
var mobileDisplayTitleEle = $(‘.header__button-title.mobile-only’);
setInterval(function() {
var show = mobileSearchBarEle.css(‘display’);
if (show === ‘none’ || mobileSearchBarEle.hasClass(‘js-slide-hidden’)) {
mobileDisplayTitleEle.css(‘opacity’, ‘1’);
} else {
mobileDisplayTitleEle.css(‘opacity’, ‘0’);
}
}, 200);
// Font Size Scaler
window.app.fontSizeScaler.init();
// fb like sdk
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.async = true;
js.src = “https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v17.0&appId=301441893522755&autoLogAppEvents=1”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));
// show alert_msg in url
const alertMsg = window.app.helpers.getQueryParameter(window.location.search, ‘alert_msg’);
if (alertMsg) {
window.alert(decodeURIComponent(alertMsg));
}
});
‘ The preceding article may include information circulated by third parties ’
‘ Some details of this article were extracted from the following source www.bastillepost.com ’
‘ O artigo anterior foi obtido e traduzido do site internacional da celebrity.land ’



















