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
803fa637
Commit
803fa637
authored
Dec 05, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组合订单开发
parent
2fc01097
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
816 additions
and
1028 deletions
+816
-1028
pages.json
pages.json
+8
-0
combinationProduct.vue
pages/scenic/combinationProduct/combinationProduct.vue
+3
-1
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+554
-661
scenicOrder.vue
pages/scenic/scenicOrder/scenicOrder.vue
+251
-366
No files found.
pages.json
View file @
803fa637
...
...
@@ -309,6 +309,14 @@
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"scenicCombiOrder/scenicCombiOrder"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
]
},
...
...
pages/scenic/combinationProduct/combinationProduct.vue
View file @
803fa637
...
...
@@ -312,6 +312,8 @@ export default {
this
.
companyId
=
this
.
$commonjs
.
getCompanyId
(
option
)
this
.
channelType
=
option
.
channelType
||
0
this
.
merchantId
=
option
.
merchantId
||
''
},
onShow
()
{
let
token
=
uni
.
getStorageSync
(
'token'
)
if
(
token
)
{
uni
.
getLocation
({
...
...
@@ -580,7 +582,7 @@ export default {
})
let
query
=
'?productIdList='
+
JSON
.
stringify
(
productIdList
)
+
'&groupId='
+
this
.
groupId
+
'&groupChannelId='
+
this
.
groupChannelId
+
'&orderSource=3'
uni
.
navigateTo
({
url
:
'/pages/scenic/scenic
Order/scenic
Order'
+
query
url
:
'/pages/scenic/scenic
CombiOrder/scenicCombi
Order'
+
query
})
}
},
...
...
pages/scenic/scenic
Order/scenicOrder-old
.vue
→
pages/scenic/scenic
CombiOrder/scenicCombiOrder
.vue
View file @
803fa637
This diff is collapsed.
Click to expand it.
pages/scenic/scenicOrder/scenicOrder.vue
View file @
803fa637
This diff is collapsed.
Click to expand it.
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