Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
repair_workers_h5
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
石盼盼
repair_workers_h5
Commits
3a965aee
Commit
3a965aee
authored
Sep 27, 2021
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发起收费页面增加返回上一页按钮
parent
5d3e212f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
back3.png
src/assets/images/back3.png
+0
-0
charge.vue
src/views/my/charge.vue
+26
-0
No files found.
src/assets/images/back3.png
0 → 100644
View file @
3a965aee
4.65 KB
src/views/my/charge.vue
View file @
3a965aee
...
...
@@ -103,6 +103,10 @@
</div>
<div
class=
"skBtn"
@
click=
"launch(repair_order_id)"
>
发起收款
</div>
</div>
<!-- 底部返回按钮 -->
<div
class=
"backBtn"
@
click=
"goBack"
>
<img
src=
"@assets/images/back3.png"
alt=
""
>
</div>
</div>
</
template
>
...
...
@@ -159,6 +163,11 @@ export default {
},
},
methods
:
{
goBack
(){
this
.
$router
.
push
({
path
:
'
/
'
})
},
callPhone
(
order
){
let
phoneNumber
=
order
.
telephone
window
.
location
.
href
=
'
tel://
'
+
phoneNumber
...
...
@@ -320,6 +329,23 @@ export default {
background
:
#fff
;
padding-top
:
0
.2rem
;
}
.backBtn
{
width
:
1rem
;
height
:
1rem
;
background
:
#fff
;
box-shadow
:
0
0
0
.1rem
#0054ff
;
position
:
fixed
;
right
:
0
.3rem
;
bottom
:
1
.3rem
;
z-index
:
1
;
border-radius
:
50%
;
padding
:
0
.1rem
;
}
.backBtn
img
{
width
:
100%
;
height
:
100%
;
border-radius
:
50%
;
}
.top
{
width
:
6
.9rem
;
background
:
#ffffff
;
...
...
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