9fc4ac21 by zhangmeng

票务

1 parent 6756cfcf
......@@ -35,9 +35,7 @@
}}
</div>
<div class="address">
{{ triggerLanguage(language, "地址", "Location") }}{{
matchForm.address
}}
{{ triggerLanguage(language, "地址", "Location") }}{{ matchForm.address }}
</div>
<!-- 时间 -->
<div class="select_item_box">
......@@ -91,7 +89,7 @@
<script setup>
import {ref, reactive, onMounted, watch, computed} from "vue";
import {ref, computed} from "vue";
import {listApi, getTicketInfoByActivityId, getTicketListApi} from '@/apiPc/booking'
import {dayjs} from "element-plus";
......@@ -156,7 +154,6 @@ function selectTick(v) {
function toSelectSeat() {
if (!selectForm.value.latId) return ElMessage.error(language == 0 ? "请选择票档" : 'Please select a ticket file')
if (!selectForm.value.id) return ElMessage.error(language == 0 ? "请选择时间" : 'Please select time')
console.log(user.value)
if (!user.value) {
useStore().setVisitor()
return
......@@ -173,7 +170,6 @@ function toSelectSeat() {
</script>
<style lang="scss" scoped>
.forWei {
display: none
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!