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