Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
f8951a7e
Commit
f8951a7e
authored
Sep 06, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5910874d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
payInfo.vue
src/components/FreeTravel/payInfo.vue
+3
-3
FreeTable.vue
...ewPersonalCenter/block/model/OrderInfoModel/FreeTable.vue
+4
-4
No files found.
src/components/FreeTravel/payInfo.vue
View file @
f8951a7e
...
...
@@ -206,7 +206,7 @@ export default {
defaultImg
:
'this.src="'
+
require
(
'assets/img/juan/error.png'
)
+
'"'
,
dialogFormVisible
:
false
,
exitMsg
:{
order
_no
:
''
,
order
Id
:
''
,
cancel_type
:
""
,
cancel_desc
:
""
,
CancelBy
:
''
,
...
...
@@ -283,8 +283,8 @@ export default {
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
$emit
(
'queryDays'
)
this
.
exitMsg
=
{
order
_no
:
''
,
this
.
exitMsg
=
{
order
Id
:
''
,
cancel_type
:
""
,
cancel_desc
:
""
,
CancelBy
:
''
,
...
...
src/components/newPersonalCenter/block/model/OrderInfoModel/FreeTable.vue
View file @
f8951a7e
...
...
@@ -325,7 +325,7 @@ export default {
],
dialogFormVisible
:
false
,
exitMsg
:{
order
_no
:
''
,
order
Id
:
''
,
cancel_type
:
""
,
cancel_desc
:
""
,
CancelBy
:
''
,
...
...
@@ -348,8 +348,8 @@ export default {
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
$emit
(
'queryDays'
)
this
.
exitMsg
=
{
order
_no
:
''
,
this
.
exitMsg
=
{
order
Id
:
''
,
cancel_type
:
""
,
cancel_desc
:
""
,
CancelBy
:
''
,
...
...
@@ -364,7 +364,7 @@ export default {
Exit
(
item
){
let
userInfo
=
this
.
getLocalStorage
();
this
.
dialogFormVisible
=
true
;
this
.
exitMsg
.
order
_no
=
item
.
OrderID
;
this
.
exitMsg
.
order
Id
=
item
.
OrderID
;
this
.
exitMsg
.
CancelBy
=
userInfo
.
name
;
},
gopayInfo
(
item
){
...
...
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