diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index 3d81c2a..30edcf4 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -176,7 +176,7 @@ --> - + @@ -425,9 +425,11 @@ * 跳转外链 */ jumpWeb() { - uni.navigateTo({ - url: '../order/webUrl/webUrl?url=' + this.webUrl - }) + if( this.webUrl){ + uni.navigateTo({ + url: '../order/webUrl/webUrl?url=' + this.webUrl + }) + } this.closePopup(); }, /** @@ -796,8 +798,8 @@ } .popImg { - width: 250px; - height: 390px + width: 300px; + height: 440px; } @font-face {