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

@@ -135,6 +135,7 @@ import {
saveRemoteImageToLocal,
saveRecordRequest,
saveViewRequest,
trackRecord,
} from "@/utils/common.js";
import NavBar from "@/components/NavBar/NavBar.vue";
@@ -166,6 +167,10 @@ onLoad((options) => {
shareToken.value = options.shareToken;
saveViewRequest(options.shareToken, "fortune_draw");
}
trackRecord({
eventName: "fortune_page_visit",
eventType: `visit`,
});
});
onShow(() => {
@@ -198,9 +203,6 @@ onShareTimeline(async () => {
});
const handleLogind = async () => {
if (shareToken.value) {
console.log(11111111, shareToken.value);
}
checkDrawStatus();
};