Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
FlashMan
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
华国豪
FlashMan
Commits
6067a0e8
Commit
6067a0e8
authored
Jul 18, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
66b3add4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
12 deletions
+18
-12
TicketList.js
pages/Ticket/TicketList/TicketList.js
+17
-11
TicketList.wxml
pages/Ticket/TicketList/TicketList.wxml
+1
-1
No files found.
pages/Ticket/TicketList/TicketList.js
View file @
6067a0e8
...
@@ -357,21 +357,27 @@ Page({
...
@@ -357,21 +357,27 @@ Page({
'getMonthMsg.qFlightDateStart'
:
new
Date
().
Format
(
"yyyy-MM-dd"
)
+
" 00:00:00"
,
'getMonthMsg.qFlightDateStart'
:
new
Date
().
Format
(
"yyyy-MM-dd"
)
+
" 00:00:00"
,
"msg.qFlightDateStart"
:
util
.
AddDays
(
new
Date
().
Format
(
"yyyy-MM-dd"
),
6
),
"msg.qFlightDateStart"
:
util
.
AddDays
(
new
Date
().
Format
(
"yyyy-MM-dd"
),
6
),
qitianhou
:
util
.
AddDays
(
new
Date
().
Format
(
"yyyy-MM-dd"
),
6
),
qitianhou
:
util
.
AddDays
(
new
Date
().
Format
(
"yyyy-MM-dd"
),
6
),
"getMonthMsg.departure_city"
:
options
.
sId
,
"getMonthMsg.departure_city"
:
options
.
sId
?
options
.
sId
:
0
,
"getMonthMsg.departure_cityname"
:
options
.
sName
,
"getMonthMsg.departure_cityname"
:
options
.
sName
?
options
.
sName
:
''
,
"getMonthMsg.arrival_cityname"
:
options
.
eName
,
"getMonthMsg.arrival_cityname"
:
options
.
eName
?
options
.
eName
:
''
,
"getMonthMsg.arrival_city"
:
options
.
eId
,
"getMonthMsg.arrival_city"
:
options
.
eId
?
options
.
eId
:
0
,
"getMonthMsg.ticketType"
:
options
.
type
,
"getMonthMsg.ticketType"
:
options
.
type
?
options
.
type
:
1
,
"msg.departure_city"
:
options
.
sId
,
"msg.departure_city"
:
options
.
sId
?
options
.
sId
:
0
,
"msg.departure_cityname"
:
options
.
sName
,
"msg.departure_cityname"
:
options
.
sName
?
options
.
sName
:
''
,
"msg.arrival_cityname"
:
options
.
eName
,
"msg.arrival_cityname"
:
options
.
eName
?
options
.
eName
:
''
,
"msg.arrival_city"
:
options
.
eId
,
"msg.arrival_city"
:
options
.
eId
?
options
.
eId
:
0
,
"msg.ticketType"
:
options
.
type
,
"msg.ticketType"
:
options
.
type
?
options
.
type
:
1
,
"msg.ticketType"
:
options
.
type
,
})
})
this
.
getMinPrice
()
this
.
getMinPrice
()
this
.
getForMonthMinPrice
()
this
.
getForMonthMinPrice
()
this
.
getList
()
this
.
getList
()
this
.
initAirlines
()
},
screengetList
:
function
(){
this
.
getList
()
this
.
setData
({
screenBoxShow
:
false
})
},
},
childrenEvent
:
function
(
i
)
{
childrenEvent
:
function
(
i
)
{
console
.
log
(
i
)
console
.
log
(
i
)
...
...
pages/Ticket/TicketList/TicketList.wxml
View file @
6067a0e8
...
@@ -249,7 +249,7 @@
...
@@ -249,7 +249,7 @@
</scroll-view>
</scroll-view>
</view>
</view>
<view class='screen-btn '>
<view class='screen-btn '>
<text class='f28' catchtap='getList'>查看结果</text>
<text class='f28' catchtap='
screen
getList'>查看结果</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
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