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
9a037a59
Commit
9a037a59
authored
Mar 07, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消失败原因提示
parent
4629d42c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
2 deletions
+28
-2
airTicketOrderDetail.vue
pages/airTicket/airTicketOrderDetail.vue
+4
-0
TicketOrderList.vue
pages/airTicket/components/TicketOrderList.vue
+4
-0
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+6
-1
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+4
-0
visa_MyOrder.vue
pages/visa/visa_MyOrder.vue
+6
-1
visa_SureOrder.vue
pages/visa/visa_SureOrder.vue
+4
-0
No files found.
pages/airTicket/airTicketOrderDetail.vue
View file @
9a037a59
...
@@ -552,6 +552,10 @@
...
@@ -552,6 +552,10 @@
uni
.
hideLoading
()
uni
.
hideLoading
()
},
},
(
err
)
=>
{
(
err
)
=>
{
uni
.
showToast
({
title
:
err
.
message
,
icon
:
"none"
,
});
uni
.
hideLoading
()
uni
.
hideLoading
()
}
}
);
);
...
...
pages/airTicket/components/TicketOrderList.vue
View file @
9a037a59
...
@@ -256,6 +256,10 @@
...
@@ -256,6 +256,10 @@
},
},
(
err
)
=>
{
(
err
)
=>
{
uni
.
hideLoading
()
uni
.
hideLoading
()
uni
.
showToast
({
title
:
err
.
message
,
icon
:
"none"
,
});
that
.
DataLists
[
that
.
i
].
loading
=
false
that
.
DataLists
[
that
.
i
].
loading
=
false
}
}
);
);
...
...
pages/jiuzhai/jz_MyOrder.vue
View file @
9a037a59
...
@@ -431,7 +431,12 @@
...
@@ -431,7 +431,12 @@
}
}
that
.
submitCancel
=
false
that
.
submitCancel
=
false
},
},
(
err
)
=>
{}
(
err
)
=>
{
uni
.
showToast
({
title
:
err
.
message
,
icon
:
"none"
,
});
}
);
);
}
else
that
.
submitCancel
=
false
}
else
that
.
submitCancel
=
false
}
}
...
...
pages/jiuzhai/jz_SureOrder.vue
View file @
9a037a59
...
@@ -804,6 +804,10 @@
...
@@ -804,6 +804,10 @@
this
.
submitCancel
=
false
this
.
submitCancel
=
false
},
},
(
err
)
=>
{
(
err
)
=>
{
uni
.
showToast
({
title
:
err
.
message
,
icon
:
"none"
,
});
this
.
submitCancel
=
false
this
.
submitCancel
=
false
}
}
);
);
...
...
pages/visa/visa_MyOrder.vue
View file @
9a037a59
...
@@ -417,7 +417,12 @@
...
@@ -417,7 +417,12 @@
}
}
that
.
submitCancel
=
false
that
.
submitCancel
=
false
},
},
(
err
)
=>
{}
(
err
)
=>
{
uni
.
showToast
({
title
:
err
.
message
,
icon
:
"none"
,
});
}
);
);
}
else
that
.
submitCancel
=
false
}
else
that
.
submitCancel
=
false
}
}
...
...
pages/visa/visa_SureOrder.vue
View file @
9a037a59
...
@@ -768,6 +768,10 @@
...
@@ -768,6 +768,10 @@
this
.
submitCancel
=
false
this
.
submitCancel
=
false
},
},
(
err
)
=>
{
(
err
)
=>
{
uni
.
showToast
({
title
:
err
.
message
,
icon
:
"none"
,
});
this
.
submitCancel
=
false
this
.
submitCancel
=
false
}
}
);
);
...
...
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