feat: maidian

This commit is contained in:
zzc
2026-02-12 17:22:47 +08:00
parent 54e8581b81
commit 313435d13f
13 changed files with 142 additions and 32 deletions

View File

@@ -102,7 +102,7 @@ import {
} from "@dcloudio/uni-app";
import { getMyCard } from "@/api/mine.js";
import NavBar from "@/components/NavBar/NavBar.vue";
import { getShareToken } from "@/utils/common.js";
import { getShareToken, trackRecord } from "@/utils/common.js";
const list = ref([]);
const page = ref(1);
@@ -112,6 +112,10 @@ const totalCount = ref(0);
onMounted(() => {
fetchList(true);
trackRecord({
eventName: "greeting_page_visit",
eventType: `visit`,
});
});
onPullDownRefresh(() => {