c474c94e by 华明祺

no message

1 parent 14224f92
......@@ -316,7 +316,7 @@ async function customerList() {
// 提交
async function paymentHandle() {
if (!user.value) {
useStore().setVisitor()
useStore.setVisitor()
return
}
......
......@@ -274,9 +274,8 @@ import _ from 'lodash'
import { dayjs } from 'element-plus'
import { ElMessageBox } from 'element-plus'
import { getDayName } from '@/viewsPc/seat/utils/language'
import { fillImgUrl } from '/@/utils/ruoyi'
import { fillImgUrl, triggerLanguage } from '/@/utils/ruoyi'
import useUserStore from '/@/store/modules/user'
import { triggerLanguage } from '@/utils/ruoyi'
import { useStorage } from '@vueuse/core/index'
import { useRoute, useRouter } from 'vue-router'
......@@ -432,6 +431,12 @@ function selectTick(v) {
selectForm.value.price = v.price
selectForm.value.priceEn = v.priceEn
// vip票
if (currTick.value.ticketType == '1') {
showUrl.value = v.images
show.value = true
leftCount.value = -999
} else {
checkNonPayment().then(res => {
if (res.data) {
getListByAtstId({
......@@ -447,6 +452,7 @@ function selectTick(v) {
leftCount.value = -999
}
})
}
}
function toSelectSeat() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!