fix: upload my image
This commit is contained in:
@@ -141,6 +141,10 @@ import { getRecommendList, getRandomGreeting, getTipsList } from "@/api/system";
|
|||||||
import { getShareToken, saveViewRequest } from "@/utils/common.js";
|
import { getShareToken, saveViewRequest } from "@/utils/common.js";
|
||||||
|
|
||||||
const countdownText = ref("");
|
const countdownText = ref("");
|
||||||
|
const recommendList = ref([]);
|
||||||
|
const page = ref(1);
|
||||||
|
const hasMore = ref(true);
|
||||||
|
const loading = ref(false);
|
||||||
|
|
||||||
const updateCountdown = () => {
|
const updateCountdown = () => {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
@@ -283,11 +287,6 @@ const features = ref([
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const recommendList = ref([]);
|
|
||||||
const page = ref(1);
|
|
||||||
const hasMore = ref(true);
|
|
||||||
const loading = ref(false);
|
|
||||||
|
|
||||||
const fetchRecommendList = async (isRefresh = false) => {
|
const fetchRecommendList = async (isRefresh = false) => {
|
||||||
if (loading.value || (!hasMore.value && !isRefresh)) return;
|
if (loading.value || (!hasMore.value && !isRefresh)) return;
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user