应用展示显示BUG修改

This commit is contained in:
a0049873 2022-06-14 11:14:06 +08:00
parent 680d8d63ba
commit 1deb802d87
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-08 15:25:33 * @Date: 2022-06-08 15:25:33
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-14 10:33:51 * @LastEditTime: 2022-06-14 11:13:23
* @Description: 应用展示 视频播放 * @Description: 应用展示 视频播放
--> -->
<template> <template>
@ -80,7 +80,7 @@
(val) => { (val) => {
if (val) { if (val) {
let obj = val.infoList.filter( let obj = val.infoList.filter(
(item) => item.attrType === '算法介绍视频' (item) => item.attrType === '应用展示视频'
)[0] )[0]
console.log('视频==============>', obj) console.log('视频==============>', obj)
if (!obj) { if (!obj) {