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
232f4dbe
Commit
232f4dbe
authored
Oct 20, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0c8cb6a4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
TicketOrderDetails.vue
pages/airTicket/TicketOrderDetails.vue
+2
-2
airTicketDetails.vue
pages/airTicket/airTicketDetails.vue
+1
-1
TicketOrderList.vue
pages/airTicket/components/TicketOrderList.vue
+2
-2
No files found.
pages/airTicket/TicketOrderDetails.vue
View file @
232f4dbe
...
...
@@ -500,7 +500,7 @@
}
//未付款-调用后台取消
uni
.
showLoading
({
title
:
"请稍等..."
,
title
:
"请稍等
片刻
..."
,
})
this
.
loading
=
true
if
(
...
...
@@ -562,7 +562,7 @@
return
}
uni
.
showLoading
({
title
:
"请稍等..."
,
title
:
"请稍等
片刻
..."
,
})
this
.
loading
=
true
let
url
=
"/api/WeChatPay/GetTravlePayInfo"
;
...
...
pages/airTicket/airTicketDetails.vue
View file @
232f4dbe
...
...
@@ -319,7 +319,7 @@
return
}
uni
.
showLoading
({
title
:
"请稍等..."
,
title
:
"请稍等
片刻
..."
,
})
this
.
loading
=
true
this
.
apipost
(
"sellorder_post_SetOrderInfoForAirTicket"
,
this
.
orderMsg
,
...
...
pages/airTicket/components/TicketOrderList.vue
View file @
232f4dbe
...
...
@@ -160,7 +160,7 @@
}
//未付款-调用后台取消
uni
.
showLoading
({
title
:
"请稍等..."
,
title
:
"请稍等
片刻
..."
,
})
this
.
DataLists
[
this
.
i
].
loading
=
true
if
(
...
...
@@ -235,7 +235,7 @@
let
GoodsName
=
`
${
DepartureName
}
-
${
ArrivalCityName
}
-
${
FlightDate
}
`
;
// GoodsName = GoodsName.slice(0, 10);
uni
.
showLoading
({
title
:
"请稍等..."
,
title
:
"请稍等
片刻
..."
,
})
this
.
DataLists
[
this
.
i
].
loading
=
true
this
.
request2
(
...
...
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