冲突合并

This commit is contained in:
wuhongjian 2022-07-05 20:07:44 +08:00
parent cedb88a2b6
commit d72d47970c
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<!--
* @Author: hisense.liangjunhua
* @Date: 2022-06-08 14:54:01
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-04 10:08:10
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-05 19:38:06
* @Description: 算法详情页导航
-->
<template>
@ -103,7 +103,7 @@
list.value.push(item.attrType)
} else if (item.attrType === '算法介绍视频') {
list.value.push('算法展示')
} else if (item.attrType === '试用地址') {
} else if (item.attrType === '试用地址' && item.attrValue) {
list.value.push('算法试用')
} else if (item.attrType === '计费标准信息') {
list.value.push('计费标准')
@ -154,7 +154,7 @@
list.value.push(item.attrType)
} else if (item.attrType === '算法介绍视频') {
list.value.push('算法展示')
} else if (item.attrType === '试用地址') {
} else if (item.attrType === '试用地址' && item.attrValue) {
list.value.push('算法试用')
} else if (item.attrType === '计费标准信息') {
list.value.push('计费标准')