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
0933305d
Commit
0933305d
authored
Aug 30, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出租车页面bug修复
parent
ac1ba620
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
649 additions
and
630 deletions
+649
-630
customer.vue
components/customer.vue
+1
-1
pages.json
pages.json
+485
-526
merchantListIndex.vue
pages/indexs/merchantListIndex/merchantListIndex.vue
+7
-1
combinationProduct.vue
pages/scenic/combinationProduct/combinationProduct.vue
+156
-102
detail.vue
pages/scenic/combinationProduct/components/detail.vue
+0
-0
No files found.
components/customer.vue
View file @
0933305d
<
template
>
<!-- 客服 -->
<u-popup
v-model=
"showPop"
mode=
"bottom"
border-radius=
"14"
closeable
height=
"
8
5%"
>
<u-popup
v-model=
"showPop"
mode=
"bottom"
border-radius=
"14"
closeable
height=
"
7
5%"
>
<view
class=
"son-wrap"
>
<view
class=
"title"
>
客服电话
...
...
pages.json
View file @
0933305d
This diff is collapsed.
Click to expand it.
pages/indexs/merchantListIndex/merchantListIndex.vue
View file @
0933305d
...
...
@@ -210,7 +210,7 @@ export default {
//---跳转产品页面
goProduct
(
merchantId
){
uni
.
navigateTo
({
url
:
'/pages/scenic/
scenicChooseProduct/scenicChoose
Product?merchantId='
+
merchantId
url
:
'/pages/scenic/
combinationProduct/combination
Product?merchantId='
+
merchantId
})
},
//---加载数据
...
...
@@ -226,7 +226,11 @@ export default {
//如果是点击进行搜索
data
.
search
=
this
.
searchData
}
uni
.
showLoading
({
title
:
'加载中'
})
this
.
$request
(
'scenic/user/merchant/findMerchantList'
,
data
).
then
(
res
=>
{
uni
.
hideLoading
()
if
(
res
.
code
==
'00'
)
{
this
.
scenicList
=
res
.
data
.
list
||
[]
this
.
scenicList
.
forEach
((
item
,
index
)
=>
{
...
...
@@ -238,6 +242,8 @@ export default {
icon
:
'none'
})
}
}).
catch
(
err
=>
{
uni
.
hideLoading
()
})
},
//---送券
...
...
pages/scenic/
scenicChooseProduct/scenicChoose
Product.vue
→
pages/scenic/
combinationProduct/combination
Product.vue
View file @
0933305d
This diff is collapsed.
Click to expand it.
pages/scenic/
scenicChoose
Product/components/detail.vue
→
pages/scenic/
combination
Product/components/detail.vue
View file @
0933305d
File moved
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