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
de038472
Commit
de038472
authored
Dec 11, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组合填写订单页面开发
parent
1da98847
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
314 additions
and
393 deletions
+314
-393
albumOrderdetail.vue
pages/album/albumOrderdetail/albumOrderdetail.vue
+1
-2
combinationProduct.vue
pages/scenic/combinationProduct/combinationProduct.vue
+1
-1
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+310
-388
scenicOrder.vue
pages/scenic/scenicOrder/scenicOrder.vue
+2
-2
No files found.
pages/album/albumOrderdetail/albumOrderdetail.vue
View file @
de038472
...
...
@@ -213,8 +213,7 @@ export default {
getDetail
(){
let
data
=
{
orderId
:
this
.
orderId
,
//订单ID
// userId:uni.getStorageSync('openid')||'',//用户Id
userId
:
'oroHZ5FaUQ_SOOC_uQQP92fJpBRE'
,
//用户Id
userId
:
uni
.
getStorageSync
(
'openid'
)
||
''
,
//用户Id
}
this
.
$request
(
'order/userOrder/findOrderDetail'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
'00'
)
{
...
...
pages/scenic/combinationProduct/combinationProduct.vue
View file @
de038472
...
...
@@ -585,7 +585,7 @@ export default {
})
let
query
=
'?productIdList='
+
JSON
.
stringify
(
productIdList
)
+
'&groupId='
+
this
.
groupId
+
'&groupChannelId='
+
this
.
groupChannelId
+
'&orderSource=3'
uni
.
navigateTo
({
url
:
'/pages/
combination/combiOrder/c
ombiOrder'
+
query
url
:
'/pages/
scenic/scenicCombiOrder/scenicC
ombiOrder'
+
query
})
}
},
...
...
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
de038472
This diff is collapsed.
Click to expand it.
pages/scenic/scenicOrder/scenicOrder.vue
View file @
de038472
...
...
@@ -456,7 +456,6 @@ export default {
this
.
orderSource
=
option
.
orderSource
||
''
this
.
thirdOpenid
=
option
.
thirdOpenid
||
''
//第三方openid
this
.
productId
=
option
.
productId
||
''
this
.
merchantId
=
option
.
merchantId
||
''
this
.
initData
()
//页面初始化数据
this
.
docQuery
=
uni
.
createSelectorQuery
().
in
(
this
)
},
...
...
@@ -579,7 +578,8 @@ export default {
this
.
timeActive
=
10000
uni
.
$u
.
throttle
(
this
.
getTimeStock
,
3000
)
}
this
.
initCoupon
()
uni
.
$u
.
throttle
(
this
.
initCoupon
,
3000
)
},
//---日历确认事件
dateConfig
(
data
)
{
...
...
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