Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
c1567404
Commit
c1567404
authored
Aug 13, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
乡村旅居筛选
parent
94e35554
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
RuralTravel.vue
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
+20
-2
No files found.
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
View file @
c1567404
...
...
@@ -115,6 +115,13 @@
>
</wd-icon>
</view>
</view>
|
<view
class=
"bootom-top"
>
<view
class=
"option"
@
tap=
"resetParams"
>
<text>
清空
</text>
<wd-icon
size=
"24rpx"
class=
"icons"
></wd-icon>
</view>
</view>
<Sort
v-show=
"rotate"
@
sortParams=
"sortParams"
/>
<DepartureDate
v-show=
"rotate2"
@
dataParams=
"dataParams"
/>
<ScenicSpots
v-show=
"rotate3"
@
placeParams=
"placeParams"
/>
...
...
@@ -255,12 +262,14 @@ const screenParams = (item, type) => {
console
.
log
(
item
,
type
,
111
);
if
(
type
===
'screen'
)
{
startCity
.
value
=
item
.
tripCity
;
getProd
();
}
else
if
(
type
===
'serve'
)
{
serviceCommitment
.
value
=
item
.
labelName
;
getProd
();
}
else
if
(
type
===
'people'
)
{
labelId
.
value
=
item
.
labelName
;
}
getProd
();
}
};
// 查询列表
const
getProd
=
()
=>
{
...
...
@@ -282,7 +291,16 @@ const getProd = () => {
cardList
.
value
=
res
.
data
.
records
;
});
};
const
resetParams
=
()
=>
{
sortType
.
value
=
null
;
attractionId
.
value
=
null
;
dateType
.
value
=
null
;
startCity
.
value
=
null
;
serviceCommitment
.
value
=
null
;
labelId
.
value
=
null
;
allocateDate
.
value
=
null
;
getProd
();
};
function
toRouteDetails
(
item
)
{
console
.
log
(
item
,
22222
);
// TODO: 跳转到线路详情
...
...
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