mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 21:52:53 +08:00
[FIX] 修改产品列表的判断
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user