eb6973c4 by 杨炀

no message

1 parent ceaa7d6c
......@@ -58,6 +58,7 @@ import {useRouter} from "vue-router";
const router = useRouter()
import {useStorage} from "@vueuse/core/index";
import {ElMessage} from "element-plus";
const props = defineProps({
matchId: {
type: String,
......@@ -67,6 +68,8 @@ const props = defineProps({
})
const language= useStorage('language',0)
function goBooking(n) {
ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!')
return
switch (n) {
case 0:
// 票务
......
......@@ -93,9 +93,12 @@ const props = defineProps({
}
})
function building() {
ElMessage.warning('Building!')
ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!')
}
function goBooking(n) {
ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!')
return
switch (n) {
case 0:
// 票务
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!