Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panyongping
uni-pdtravel
Commits
50ca837e
Commit
50ca837e
authored
Aug 07, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片下载
parent
e51186ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
purchasedPhotoAlbum.vue
pages/album/purchasedPhotoAlbum/purchasedPhotoAlbum.vue
+5
-3
No files found.
pages/album/purchasedPhotoAlbum/purchasedPhotoAlbum.vue
View file @
50ca837e
...
@@ -186,7 +186,7 @@ export default {
...
@@ -186,7 +186,7 @@ export default {
if
(
this
.
checkProjectAll
==
true
){
if
(
this
.
checkProjectAll
==
true
){
this
.
checkProjectAll
=
false
this
.
checkProjectAll
=
false
}
}
if
(
this
.
previewData
[
index
].
checkType
==
false
){
if
(
this
.
previewData
[
index
].
list
[
index2
].
checkType
==
false
){
this
.
previewData
[
index
].
list
[
index2
].
checkType
=
true
this
.
previewData
[
index
].
list
[
index2
].
checkType
=
true
}
else
{
}
else
{
this
.
previewData
[
index
].
list
[
index2
].
checkType
=
false
this
.
previewData
[
index
].
list
[
index2
].
checkType
=
false
...
@@ -214,8 +214,10 @@ export default {
...
@@ -214,8 +214,10 @@ export default {
upLoad
(){
//下单
upLoad
(){
//下单
this
.
previewData
.
forEach
((
item
,
index
)
=>
{
this
.
previewData
.
forEach
((
item
,
index
)
=>
{
item
.
list
.
forEach
((
item2
,
index2
)
=>
{
item
.
list
.
forEach
((
item2
,
index2
)
=>
{
var
imgUrl
=
item2
.
faceSourceUrl
||
item2
.
faceAiUrl
if
(
item2
.
checkType
==
true
){
this
.
imgList
.
push
(
imgUrl
)
var
imgUrl
=
item2
.
faceSourceUrl
||
item2
.
faceAiUrl
this
.
imgList
.
push
(
imgUrl
)
}
})
})
})
})
this
.
download
()
this
.
download
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment