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
650a5265
Commit
650a5265
authored
Dec 01, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下单orderImgList字段 对象增加imgType 0图片 1视频
parent
c8f24452
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+2
-1
vlogList.vue
pages/vlog/vlogList/vlogList.vue
+2
-1
No files found.
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
650a5265
...
...
@@ -438,7 +438,8 @@ export default {
this
.
previewData
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
checkType
==
true
){
var
imgList
=
{
imgUrl
:
item
.
faceSourceUrl
||
item
.
faceAiUrl
imgUrl
:
item
.
faceSourceUrl
||
item
.
faceAiUrl
,
imgType
:
0
,
}
orderProductListData
.
orderImgList
.
push
(
imgList
)
}
...
...
pages/vlog/vlogList/vlogList.vue
View file @
650a5265
...
...
@@ -120,7 +120,8 @@ export default {
couponList
:[],
//券信息
}
var
imgList
=
{
imgUrl
:
productUrl
imgUrl
:
productUrl
,
imgType
:
1
,
}
orderProductListData
.
orderImgList
.
push
(
imgList
)
var
extendContentData
=
{
...
...
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