Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
85992641
authored
2024-05-11 14:02:19 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改bug
1 parent
699508a6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
src/viewsPc/booking/makeUpDetail.vue
src/viewsPc/booking/makeUpOrder.vue
src/viewsPc/booking/photographyDetail.vue
src/viewsPc/booking/photographyOrder.vue
src/viewsPc/booking/makeUpDetail.vue
View file @
8599264
...
...
@@ -72,7 +72,7 @@ const route = useRoute()
const
form
=
ref
({})
const
query
=
ref
({
activityId
:
route
.
params
.
cptId
,
studioI
d
:
route
.
params
.
id
i
d
:
route
.
params
.
id
})
const
loading
=
ref
(
false
)
onMounted
(()
=>
{
...
...
@@ -88,7 +88,7 @@ function getData() {
form
.
value
.
photos
?.
split
(
','
)?.
forEach
(
v
=>
{
form
.
value
.
photosList
.
push
(
fillImgUrl
(
v
))
})
//
console.log(res)
console
.
log
(
res
)
}).
catch
(
err
=>
{
console
.
log
(
err
)
})
...
...
src/viewsPc/booking/makeUpOrder.vue
View file @
8599264
...
...
@@ -162,7 +162,7 @@ onMounted(() => {
function
getData
()
{
booking
.
makeUpDetail
({
activityId
:
route
.
params
.
cptId
,
studioI
d
:
route
.
params
.
id
}).
then
(
res
=>
{
i
d
:
route
.
params
.
id
}).
then
(
res
=>
{
formData
.
value
=
res
.
data
}).
catch
(
err
=>
{
console
.
log
(
err
)
...
...
src/viewsPc/booking/photographyDetail.vue
View file @
8599264
...
...
@@ -71,7 +71,7 @@ const route = useRoute()
const
form
=
ref
({})
const
query
=
ref
({
activityId
:
route
.
params
.
cptId
,
shootI
d
:
route
.
params
.
id
i
d
:
route
.
params
.
id
})
const
loading
=
ref
(
false
)
const
map
=
ref
(
null
)
...
...
src/viewsPc/booking/photographyOrder.vue
View file @
8599264
...
...
@@ -160,7 +160,7 @@ onMounted(() => {
function
getData
()
{
booking
.
getComShootVoById
({
activityId
:
route
.
params
.
cptId
,
shootI
d
:
route
.
params
.
id
}).
then
(
res
=>
{
i
d
:
route
.
params
.
id
}).
then
(
res
=>
{
formData
.
value
=
res
.
data
}).
catch
(
err
=>
{
console
.
log
(
err
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment