From 1e87bdef036277b048b5c6c2dbdc70eda84f1531 Mon Sep 17 00:00:00 2001 From: wangmingzhe Date: Thu, 26 Dec 2019 15:22:39 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/SelectedProduct.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index e51d1c290..28e1235cf 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -138,11 +138,6 @@ export default { this.total = resultData.orderDTO.orderInfoDTO.orderAmount * 100 //险种数据格式化 riskDTOLst = resultData.orderDTO.insuredDTOs[0].riskDTOLst - if (riskDTOLst.length == 0) { - this.isShow = true - } else { - this.isShow = false - } } if (!riskDTOLst) riskDTOLst = [] @@ -151,6 +146,9 @@ export default { this.chooseProducts = formatAllRisk(riskDTOLst) if (riskDTOLst.length > 0) { this.nextStepFlag = false + this.isShow = false + } else { + this.isShow = true } this.$toast.clear() } else {