This commit is contained in:
mubai
2024-10-30 23:41:50 +08:00
parent d1433e4b5b
commit 57323dae2f
48 changed files with 1134 additions and 425 deletions

View File

@@ -88,7 +88,6 @@ const searchMovie = ()=>{
// 执行搜索请求
const refreshPage = (keyword: any, current: any) => {
ApiGet('/searchFilm', {keyword: keyword, current: current}).then((resp: any) => {
console.log(resp)
if (resp.code == 0) {
data.list = resp.data.list
data.page = resp.data.page