add question display page

This commit is contained in:
2024-02-20 22:03:49 +08:00
parent e4c8839491
commit 6bf003d18b
21 changed files with 1427 additions and 573 deletions

View File

@@ -83,7 +83,7 @@ const showModal = ref(false)
const inputDynamic = ref<string>()
const inputDynamicId = computed(() => {
try {
var id = BigInt(inputDynamic.value ?? '')
const id = BigInt(inputDynamic.value ?? '')
return id
} catch {
try {