fix: BUG修改
This commit is contained in:
parent
86ad7da1a8
commit
50b0092124
@ -197,7 +197,7 @@ export default {
|
||||
}).then((res) => {
|
||||
var DATA = res.result.videoList;
|
||||
this.devList = DATA;
|
||||
this.videoList = this.devList;
|
||||
this.videoList = this.devList.concat(); // 产生一个新数组
|
||||
console.log("视频的列表", res.result);
|
||||
this.dataType = res.result.type;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user