Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
8b124742
Commit
8b124742
authored
Oct 12, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
03ae6b51
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+18
-5
No files found.
pages/jiuzhai/jz_Line.vue
View file @
8b124742
...
...
@@ -292,7 +292,7 @@
<text
style=
"margin-left: 20rpx;"
>
{{
currentBrachName
}}
</text>
</view>
<view
style=
"width: 1px; flex: 1;"
>
<u-search
placeholder=
"目的地名称"
v-model=
"msg.searchKey"
@
search=
"getList"
input-align=
"left"
:value=
"msg.searchKey"
text-color=
"#111"
<u-search
placeholder=
"目的地名称"
v-model=
"msg.searchKey"
@
search=
"getList
(1)
"
input-align=
"left"
:value=
"msg.searchKey"
text-color=
"#111"
bg-color=
"rgba(0,0,0,0)"
:show-action=
"false"
></u-search>
</view>
</view>
...
...
@@ -435,7 +435,9 @@
startCityId
:
-
1
,
companyId
:
0
,
searchKey
:
''
,
//搜索数据
priceOrderByField
:
2
priceOrderByField
:
2
,
LineTeamIds
:
''
,
PlaceIds
:
''
},
time
:
''
,
params
:
{
...
...
@@ -524,11 +526,19 @@
},
created
()
{
this
.
getLineQuery
();
this
.
research
();
uni
.
setNavigationBarTitle
({
title
:
"精品旅游线路"
})
},
onLoad
(
option
)
{
if
(
option
&&
option
.
LineTeamIds
){
this
.
msg
.
LineTeamIds
=
option
.
LineTeamIds
}
if
(
option
&&
option
.
PlaceIds
){
this
.
msg
.
PlaceIds
=
option
.
PlaceIds
}
this
.
research
();
},
methods
:
{
//获取查询条件
getLineQuery
()
{
...
...
@@ -683,8 +693,11 @@
this
.
getList
();
},
//获取数据
getList
()
{
getList
(
type
)
{
if
(
type
==
1
){
this
.
dataList
=
[];
this
.
msg
.
pageIndex
=
1
;
}
uni
.
showLoading
({
title
:
'加载中'
,
icon
:
'none'
...
...
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