diff --git a/packages/uni-components/lib/ad/ad.mixin.web.js b/packages/uni-components/lib/ad/ad.mixin.web.js index bfd57f309f5..f15633fdd96 100644 --- a/packages/uni-components/lib/ad/ad.mixin.web.js +++ b/packages/uni-components/lib/ad/ad.mixin.web.js @@ -146,7 +146,7 @@ export default { }, _isMobile () { - return /android|iphone/i.test(navigator.userAgent.toLowerCase()) + return /android|phone/i.test(navigator.userAgent.toLowerCase()) }, _onmpload (e) {