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
0b76e0ad
Commit
0b76e0ad
authored
Oct 29, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
176f6ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+7
-2
No files found.
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
0b76e0ad
...
...
@@ -237,8 +237,13 @@ export default {
orderProductListData2
.
extendContent
=
JSON
.
stringify
(
extendContentData
)
//加入下单信息
data
.
orderProductList
.
push
(
orderProductListData
)
data
.
orderProductList
.
push
(
orderProductListData2
)
if
(
orderProductListData
.
orderImgList
.
length
>
0
){
data
.
orderProductList
.
push
(
orderProductListData
)
}
if
(
orderProductListData2
.
orderImgList
.
length
>
0
){
data
.
orderProductList
.
push
(
orderProductListData2
)
}
this
.
$request
(
'orderc/photo/photoCreateOrder'
,
data
).
then
((
res
)
=>
{
if
(
res
.
code
==
'00'
){
...
...
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