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
43d75e25
Commit
43d75e25
authored
Dec 22, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路径修改
parent
bd4cb2c5
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
62 additions
and
1822 deletions
+62
-1822
pages.json
pages.json
+16
-25
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+44
-45
index.vue
pages/indexs/index/index.vue
+1
-1
merchantListIndex.vue
pages/indexs/merchantListIndex/merchantListIndex.vue
+1
-1
scenicOrder.vue
pages/scenic/scenicOrder/scenicOrder.vue
+0
-1750
No files found.
pages.json
View file @
43d75e25
...
...
@@ -294,28 +294,19 @@
"enablePullDownRefresh"
:
false
}
},
{
},
{
"path"
:
"scenicIndex/scenicIndex"
,
"style"
:
{
"navigationBarTitleText"
:
"景区"
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"scenicOrder/scenicOrder"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"scenicCombiOrder/scenicCombiOrder"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
"path"
:
"scenicCombiOrder/scenicCombiOrder"
,
"style"
:
{
"navigationBarTitleText"
:
"订单填写"
,
"enablePullDownRefresh"
:
false
}
}
]
...
...
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
43d75e25
...
...
@@ -504,8 +504,7 @@ export default {
uni
.
showLoading
({
title
:
'加载中'
})
this
.
$request
(
'/scenic/groupGood/getGroupProducts'
,
data
)
.
then
(
res
=>
{
this
.
$request
(
'/scenic/groupGood/getGroupProducts'
,
data
).
then
(
res
=>
{
uni
.
hideLoading
()
if
(
res
.
code
==
'00'
)
{
this
.
scenicList
=
res
.
data
.
merchantList
||
[]
...
...
pages/indexs/index/index.vue
View file @
43d75e25
...
...
@@ -284,7 +284,7 @@ export default {
//---跳转索道
goSuodao
(){
uni
.
navigateTo
({
url
:
'/pages/
scenic/combinationProduct/combinationProduct
?merchantId=z0015605022691a5945bbe463141668c'
url
:
'/pages/
combination/distributionCombiChoose/distributionCombiChoose
?merchantId=z0015605022691a5945bbe463141668c'
})
},
//---跳转联合国际
...
...
pages/indexs/merchantListIndex/merchantListIndex.vue
View file @
43d75e25
...
...
@@ -215,7 +215,7 @@ export default {
//---跳转产品页面
goProduct
(
merchantId
){
uni
.
navigateTo
({
url
:
'/pages/
scenic/combinationProduct/combinationProduct
?merchantId='
+
merchantId
url
:
'/pages/
combination/distributionCombiChoose/distributionCombiChoose
?merchantId='
+
merchantId
})
},
//---加载数据
...
...
pages/scenic/scenicOrder/scenicOrder.vue
deleted
100644 → 0
View file @
bd4cb2c5
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