This commit is contained in:
851673013@qq.com 2022-07-22 16:46:03 +08:00
parent 2bcc93b0d6
commit d92cf6925f
1 changed files with 67 additions and 59 deletions

View File

@ -57,13 +57,22 @@
:id="data.title" :id="data.title"
:title="data.title" :title="data.title"
:ref="data.title" :ref="data.title"
v-if="
!(
data.title == '算法优势' ||
data.title == '应用场景' ||
data.title == '应用案例' ||
data.title == '常见问题' ||
data.title == '计费标准信息'
)
"
> >
{{ data.title }} {{ data.title }}
</div> </div>
<!-- 算法优势 --> <!-- 算法优势 -->
<div class="group-data" v-if="data.groupName"> <!-- <div class="group-data" v-if="data.groupName"> -->
<!-- <compare-group-view :dataList="data.groupList"></compare-group-view> --> <!-- <compare-group-view :dataList="data.groupList"></compare-group-view> -->
<div v-if="data.groupList.length > 0"> <!-- <div v-if="data.groupList.length > 0">
<div <div
class="group-box" class="group-box"
v-for="(data, i) in data.groupList" v-for="(data, i) in data.groupList"
@ -97,11 +106,10 @@
</div> </div>
<div v-if="data.groupList.length == 0" class="no-data"> <div v-if="data.groupList.length == 0" class="no-data">
暂无数据 暂无数据
</div> </div> -->
</div> <!-- </div> -->
<div <div
class="flex-row-start row-tr" class="flex-row-start row-tr"
v-else
v-for="(rowData, j) in data.list" v-for="(rowData, j) in data.list"
:key="j" :key="j"
:class="j == data.list.length - 1 ? 'border-bottom' : ''" :class="j == data.list.length - 1 ? 'border-bottom' : ''"
@ -235,51 +243,51 @@
key: '算法介绍视频', key: '算法介绍视频',
}, },
], ],
算法优势: [ // : [
{ // {
text: '算法优势名称', // text: '',
key: 'name', // key: 'name',
}, // },
{ // {
text: '算法优势描述', // text: '',
key: 'desc', // key: 'desc',
}, // },
], // ],
应用场景: [ // : [
{ // {
text: '场景名称', // text: '',
key: '场景名称', // key: '',
}, // },
{ // {
text: '场景描述', // text: '',
key: '场景描述', // key: '',
}, // },
], // ],
应用案例: [ // : [
{ // {
text: '关联应用', // text: '',
}, // },
{ // {
text: '算法需求背景', // text: '',
}, // },
{ // {
text: '算法应用期望达成效果', // text: '',
}, // },
], // ],
计费标准信息: [ // : [
{ // {
text: '是否收费', // text: '',
}, // },
{ // {
text: '计费方式', // text: '',
}, // },
{ // {
text: '计费描述', // text: '',
}, // },
// { // // {
// text: '', key: '' // // text: '', key: ''
// }, // // },
], // ],
使用方式: [ 使用方式: [
{ {
text: '服务接口', text: '服务接口',
@ -311,14 +319,14 @@
text: '服务商联系电话', text: '服务商联系电话',
}, },
], ],
常见问题: [ // : [
{ // {
text: '常见问题', // text: '',
}, // },
{ // {
text: '回答', // text: '',
}, // },
], // ],
} }
// //
const leftNav = ref([]) const leftNav = ref([])