f31512d7 by zhangmeng

预定

1 parent 2a875a8f
...@@ -98,6 +98,7 @@ import * as booking from "@/apiPc/booking" ...@@ -98,6 +98,7 @@ import * as booking from "@/apiPc/booking"
98 import {useStorage} from "@vueuse/core/index"; 98 import {useStorage} from "@vueuse/core/index";
99 import useUserStore from "/@/store/modules/user"; 99 import useUserStore from "/@/store/modules/user";
100 import {getActivityPhotoVoListByShootId, getBaseInfoByActiveId} from "@/apiPc/booking"; 100 import {getActivityPhotoVoListByShootId, getBaseInfoByActiveId} from "@/apiPc/booking";
101 import {ElMessageBox} from'element-plus'
101 102
102 const user = useUserStore().user 103 const user = useUserStore().user
103 const language = useStorage('language', 0) 104 const language = useStorage('language', 0)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!