|
|
@@ -34,7 +34,7 @@ const { data: hotList, isLastPage, page, reload, error, refresh } = usePaginatio
|
|
|
})
|
|
|
|
|
|
const { data: filmList, isLastPage: isLastPage1, page: page1, reload: reload1, error: error1, refresh: refresh1 } = usePagination(() =>
|
|
|
- Apis.film.getFilmList({ data: { movieId: '2062', lat: Location.value.latitude, lng: Location.value.longitude } }), {
|
|
|
+ Apis.film.getFilmList({ data: { movieId: '', lat: Location.value.latitude, lng: Location.value.longitude } }), {
|
|
|
data: resp => resp.data,
|
|
|
initialData: [],
|
|
|
initialPage: 1,
|