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
54a40cf4
Commit
54a40cf4
authored
Jan 29, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
格式统一
parent
51611c38
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
54 deletions
+43
-54
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+0
-3
combinationProduct.vue
pages/scenic/combinationProduct/combinationProduct.vue
+43
-51
No files found.
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
54a40cf4
...
@@ -364,7 +364,6 @@ export default {
...
@@ -364,7 +364,6 @@ export default {
}
}
this
.
scenicList
=
[]
this
.
scenicList
=
[]
this
.
$request
(
'/scenic/groupGood/findGroupGoodProductList'
,
data
).
then
(
res
=>
{
this
.
$request
(
'/scenic/groupGood/findGroupGoodProductList'
,
data
).
then
(
res
=>
{
uni
.
hideLoading
()
if
(
res
.
code
==
'00'
)
{
if
(
res
.
code
==
'00'
)
{
let
merchantList
=
res
.
data
.
merchantList
||
[]
let
merchantList
=
res
.
data
.
merchantList
||
[]
merchantList
.
forEach
(
item
=>
{
merchantList
.
forEach
(
item
=>
{
...
@@ -414,8 +413,6 @@ export default {
...
@@ -414,8 +413,6 @@ export default {
icon
:
'none'
icon
:
'none'
})
})
}
}
}).
catch
(
err
=>
{
uni
.
hideLoading
()
})
})
},
},
//---初始化详情
//---初始化详情
...
...
pages/scenic/combinationProduct/combinationProduct.vue
View file @
54a40cf4
...
@@ -501,12 +501,7 @@ export default {
...
@@ -501,12 +501,7 @@ export default {
latitude
,
latitude
,
longitude
longitude
}
}
uni
.
showLoading
({
this
.
$request
(
'/scenic/groupGood/getGroupProducts'
,
data
).
then
(
res
=>
{
title
:
'加载中'
})
this
.
$request
(
'/scenic/groupGood/getGroupProducts'
,
data
)
.
then
(
res
=>
{
uni
.
hideLoading
()
if
(
res
.
code
==
'00'
)
{
if
(
res
.
code
==
'00'
)
{
this
.
scenicList
=
res
.
data
.
merchantList
||
[]
this
.
scenicList
=
res
.
data
.
merchantList
||
[]
this
.
groupId
=
res
.
data
.
groupId
||
''
this
.
groupId
=
res
.
data
.
groupId
||
''
...
@@ -553,9 +548,6 @@ export default {
...
@@ -553,9 +548,6 @@ export default {
})
})
}
}
})
})
.
catch
(
err
=>
{
uni
.
hideLoading
()
})
},
},
//---跳转填写订单页面
//---跳转填写订单页面
goFillorder
()
{
goFillorder
()
{
...
...
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