Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
group-buy-ui
Commits
eea23bd3
Commit
eea23bd3
authored
Oct 01, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ui error
parent
15f3c43f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
payWaiting.vue
src/views/pay/payWaiting.vue
+10
-6
No files found.
src/views/pay/payWaiting.vue
View file @
eea23bd3
...
@@ -16,8 +16,10 @@
...
@@ -16,8 +16,10 @@
<p
class=
"tips"
>
<p
class=
"tips"
>
努力返回支付结果中,请留心查看!
努力返回支付结果中,请留心查看!
</p>
</p>
<div
:class=
"['actions', !isOrder && 'no-order']"
>
<div
v-if=
"isApp"
:class=
"['actions', !isOrder && 'no-order']"
>
<cr-button
type=
"primary"
class=
"btn-primary"
@
click=
"navigateBack"
>
返回
</cr-button>
<cr-button
type=
"primary"
shape=
"circle"
class=
"btn-primary"
@
click=
"navigateBack"
>
返回订单列表
</cr-button
>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -37,7 +39,8 @@ export default {
...
@@ -37,7 +39,8 @@ export default {
time
:
10
,
time
:
10
,
init
:
false
,
init
:
false
,
returnUrl
:
''
,
returnUrl
:
''
,
isOrder
:
true
isOrder
:
true
,
isApp
};
};
},
},
created
()
{
created
()
{
...
@@ -69,7 +72,7 @@ export default {
...
@@ -69,7 +72,7 @@ export default {
},
},
methods
:
{
methods
:
{
navigateBack
()
{
navigateBack
()
{
this
.
$router
.
go
(
-
2
);
this
.
$router
.
replace
({
name
:
'
orderList
'
,
params
:
{
status
:
0
}
}
);
},
},
getQuery
()
{
getQuery
()
{
this
.
returnUrl
=
cookies
.
get
(
'
returnUrl
'
)
||
''
;
this
.
returnUrl
=
cookies
.
get
(
'
returnUrl
'
)
||
''
;
...
@@ -175,8 +178,9 @@ export default {
...
@@ -175,8 +178,9 @@ export default {
}
}
button {
button {
.text-17;
.text-16;
width: 161px;
width: 100%;
// width: 161px;
}
}
}
}
.info_button {
.info_button {
...
...
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