票务
Showing
1 changed file
with
2 additions
and
6 deletions
| ... | @@ -35,9 +35,7 @@ | ... | @@ -35,9 +35,7 @@ |
| 35 | }} | 35 | }} |
| 36 | </div> | 36 | </div> |
| 37 | <div class="address"> | 37 | <div class="address"> |
| 38 | {{ triggerLanguage(language, "地址", "Location") }}:{{ | 38 | {{ triggerLanguage(language, "地址", "Location") }}:{{ matchForm.address }} |
| 39 | matchForm.address | ||
| 40 | }} | ||
| 41 | </div> | 39 | </div> |
| 42 | <!-- 时间 --> | 40 | <!-- 时间 --> |
| 43 | <div class="select_item_box"> | 41 | <div class="select_item_box"> |
| ... | @@ -91,7 +89,7 @@ | ... | @@ -91,7 +89,7 @@ |
| 91 | 89 | ||
| 92 | 90 | ||
| 93 | <script setup> | 91 | <script setup> |
| 94 | import {ref, reactive, onMounted, watch, computed} from "vue"; | 92 | import {ref, computed} from "vue"; |
| 95 | import {listApi, getTicketInfoByActivityId, getTicketListApi} from '@/apiPc/booking' | 93 | import {listApi, getTicketInfoByActivityId, getTicketListApi} from '@/apiPc/booking' |
| 96 | 94 | ||
| 97 | import {dayjs} from "element-plus"; | 95 | import {dayjs} from "element-plus"; |
| ... | @@ -156,7 +154,6 @@ function selectTick(v) { | ... | @@ -156,7 +154,6 @@ function selectTick(v) { |
| 156 | function toSelectSeat() { | 154 | function toSelectSeat() { |
| 157 | if (!selectForm.value.latId) return ElMessage.error(language == 0 ? "请选择票档" : 'Please select a ticket file') | 155 | if (!selectForm.value.latId) return ElMessage.error(language == 0 ? "请选择票档" : 'Please select a ticket file') |
| 158 | if (!selectForm.value.id) return ElMessage.error(language == 0 ? "请选择时间" : 'Please select time') | 156 | if (!selectForm.value.id) return ElMessage.error(language == 0 ? "请选择时间" : 'Please select time') |
| 159 | console.log(user.value) | ||
| 160 | if (!user.value) { | 157 | if (!user.value) { |
| 161 | useStore().setVisitor() | 158 | useStore().setVisitor() |
| 162 | return | 159 | return |
| ... | @@ -173,7 +170,6 @@ function toSelectSeat() { | ... | @@ -173,7 +170,6 @@ function toSelectSeat() { |
| 173 | 170 | ||
| 174 | </script> | 171 | </script> |
| 175 | 172 | ||
| 176 | |||
| 177 | <style lang="scss" scoped> | 173 | <style lang="scss" scoped> |
| 178 | .forWei { | 174 | .forWei { |
| 179 | display: none | 175 | display: none | ... | ... |
-
Please register or sign in to post a comment