|
@@ -167,7 +167,7 @@ export default {
|
|
|
"pageSize": 10
|
|
"pageSize": 10
|
|
|
}
|
|
}
|
|
|
const res = await getVideoList(obj)
|
|
const res = await getVideoList(obj)
|
|
|
- if(res.data.list[0]){
|
|
|
|
|
|
|
+ if(res.data.records[0]){
|
|
|
this.$set(this,'videoData',{
|
|
this.$set(this,'videoData',{
|
|
|
width: 400, //(宽度:非必传-默认600)
|
|
width: 400, //(宽度:非必传-默认600)
|
|
|
height: 210, //(高度:非必传-默认338)
|
|
height: 210, //(高度:非必传-默认338)
|