From 84514fd020b79e85db626b012377a6849c6ebd6f Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Wed, 28 Jul 2021 23:32:50 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/home/home.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 {