|
|
@@ -140,7 +140,7 @@ import ArticleCard from 'components/card/ArticleCard'
|
|
|
|
|
|
import { getUserInfo, checkRelation, followUser, unfollowUser } from "@/api/user";
|
|
|
import { getUserContentData, userVideoCard } from "@/api/video";
|
|
|
-import { getUserAlbums } from "@/api/image";
|
|
|
+import { getUserAlbums1 } from "@/api/image";
|
|
|
import { getUserAudio } from "@/api/audio";
|
|
|
import { userStatus } from "@/api/status";
|
|
|
import { getArticles } from "@/api/article";
|
|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
if (this.activeName === 'video') {
|
|
|
this.userVideoListWrapper(this.currentPage, this.userId)
|
|
|
} else if (this.activeName === 'image') {
|
|
|
- getUserAlbums(this.userId).then(res => {
|
|
|
+ getUserAlbums1(this.userId).then(res => {
|
|
|
if (res.code === 0) {
|
|
|
const resData = res.data
|
|
|
if (resData.length !== 0) {
|