fix: create page

This commit is contained in:
zzc
2026-02-13 16:43:55 +08:00
parent 71620d6199
commit b06a69bd33
3 changed files with 485 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
<template>
<view class="make-page" :style="{ paddingTop: getBavBarHeight() + 'px' }">
<view class="make-page">
<NavBar title="祝福贺卡" />
<!-- 顶部步骤条 -->
<view class="top-steps">
<view class="step-bar">
@@ -489,9 +490,7 @@
<script setup>
import { ref, computed, watch } from "vue";
import { getBavBarHeight, getDeviceInfo } from "@/utils/system";
import { generateObjectId, getShareToken } from "@/utils/common";
import {
createCardTmp,
updateCard,
@@ -514,6 +513,7 @@ import {
import { useUserStore } from "@/stores/user";
import LoginPopup from "@/components/LoginPopup/LoginPopup.vue";
import { saveRecordRequest, uploadImage, trackRecord } from "@/utils/common.js";
import NavBar from "@/components/NavBar/NavBar.vue";
const userStore = useUserStore();
const loginPopupRef = ref(null);