meta(app): 设置领取号牌页面的标题

- 在 collectCode/signature/result/index.vue 文件中添加了 definePageMeta 函数
- 设置页面标题为 '领取号牌'
This commit is contained in:
xingyy 2025-02-19 15:38:58 +08:00
parent 13c40d12f2
commit 5bd34ceb82

View File

@ -3,6 +3,9 @@ import {sessionUserNoCreate} from "~/api-collect-code/goods/index.js";
import {codeAuthStore} from "~/stores-collect-code/auth/index.js";
const {formData,number}=codeAuthStore()
const auctionUserNo=ref('')
definePageMeta({
title:'领取号牌'
})
const res=await sessionUserNoCreate({
phone:formData.value.phone
})