From ad7f05fcba830f46d8153fb60f395f14c7d43f98 Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 13 Jul 2022 17:47:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=9E=8D=E5=90=88=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/components/searchResultList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 5d0ab90e..47d0dd5f 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -620,9 +620,9 @@ mybus.on('chongzhi', (typeObj) => { console.log('typeObj------------>', typeObj); if(!typeObj) { - selData.value = 'total' + selData.value = 'total'; } - if(typeObj.type === '融合服务') { + if(typeObj && typeObj.type === '融合服务') { orderList.value = [ { value: 'collectCount',