|
@@ -210,7 +210,7 @@ export default {
|
|
|
SortParam: "videoCounts",
|
|
|
IsResearch: true,
|
|
|
};
|
|
|
- const res = await raiVideoApi.askserie_videoList(params)
|
|
|
+ const res = await raiVideoApi.activityVoiceAndVideoList(params)
|
|
|
if (res.Ret === 200) {
|
|
|
this.dataList = res.Data.List;
|
|
|
this.total = res.Data.Paging.Totals;
|