feat: card log

This commit is contained in:
zzc
2026-02-12 11:18:53 +08:00
parent b6d4a8074e
commit 54e8581b81
6 changed files with 45 additions and 8 deletions

View File

@@ -218,6 +218,7 @@ import {
uploadImage,
saveViewRequest,
} from "@/utils/common.js";
import { trackRecord } from "@/utils/common.js";
import NavBar from "@/components/NavBar/NavBar.vue";
import LoginPopup from "@/components/LoginPopup/LoginPopup.vue";
@@ -488,6 +489,7 @@ const handleLogind = async () => {
};
const onChooseAlbum = () => {
trackRecord({ eventName: "avatar_choose_album", eventType: "click" });
uni.chooseImage({
count: 1,
sizeType: ["original", "compressed"],