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