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
e9de12a5
Commit
e9de12a5
authored
Oct 01, 2021
by
beisir
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat/group-buy' of git.quantgroup.cn:ui/group-buy-ui into feat/group-buy
parents
32447f8d
44890876
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
bottomNav.vue
src/views/goodsDetail/components/bottomNav.vue
+1
-1
payWaiting.vue
src/views/pay/payWaiting.vue
+10
-6
No files found.
src/views/goodsDetail/components/bottomNav.vue
View file @
e9de12a5
...
@@ -141,7 +141,7 @@ export default {
...
@@ -141,7 +141,7 @@ export default {
padding-left: 12px;
padding-left: 12px;
padding-right: 12px;
padding-right: 12px;
box-sizing: border-box;
box-sizing: border-box;
z-index:
2
;
z-index:
99
;
button {
button {
flex: 1;
flex: 1;
font-size: 16px;
font-size: 16px;
...
...
src/views/pay/payWaiting.vue
View file @
e9de12a5
...
@@ -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
(
-
1
);
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