Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
30907f37
authored
Apr 22, 2022
by
赖慧粮
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' into dev
parents
c8a5ce07
1cd201b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
8 deletions
+20
-8
pages/recordDetail/index.vue
+20
-8
No files found.
pages/recordDetail/index.vue
View file @
30907f37
...
...
@@ -62,14 +62,17 @@
<
span
v
-
if
=
"detailInfo.address"
>
{{
detailInfo
.
address
}}
<
/span
>
<
/li
>
<
li
>
<
label
>
运单号:
<
/label
>
<
span
v
-
if
=
"detailInfo.trackingNo"
>
{{
detailInfo
.
trackingNo
}}
<
span
class
=
"record-detail__copy-btn"
@
click
=
"onCopy(detailInfo.trackingNo)"
><
i
class
=
"iconfont icon-fuzhi"
><
/i>复
制
<
label
>
运单信息:
<
/label
>
<
div
class
=
"record-detail__tracking-info"
>
<
p
>
{{
detailInfo
.
trackingCompany
}}
<
/p
>
<
span
v
-
if
=
"detailInfo.trackingNo"
>
{{
detailInfo
.
trackingNo
}}
<
span
class
=
"record-detail__copy-btn"
@
click
=
"onCopy(detailInfo.trackingNo)"
><
i
class
=
"iconfont icon-fuzhi"
><
/i>复
制
<
/span
>
<
/span
>
<
/span
>
<
span
v
-
else
class
=
"record-detail__tracking-msg"
>
您的收货信息已提交,稍后可查看运单号
<
/span
>
<
span
v
-
else
class
=
"record-detail__tracking-msg"
>
您的收货信息已提交,稍后可查看运单号
<
/span
>
<
/div
>
<
/li
>
<
/ul
>
<
/template
>
...
...
@@ -199,8 +202,9 @@ export default {
.
record
-
detail
{
height
:
100
%
;
width
:
100
%
;
padding
:
16
px
28
px
;
padding
:
16
px
28
px
36
px
;
background
-
color
:
#
fff
;
overflow
:
auto
;
label
{
font
-
size
:
13
px
;
font
-
weight
:
500
;
...
...
@@ -235,6 +239,13 @@ export default {
}
}
}
&
__tracking
-
info
{
display
:
flex
;
flex
-
direction
:
column
;
p
{
margin
-
bottom
:
15
px
;
}
}
&
__info
-
img
{
width
:
84
px
;
height
:
84
px
;
...
...
@@ -260,6 +271,7 @@ export default {
display
:
flex
;
flex
-
direction
:
column
;
}
&
&
__code
-
text
{
height
:
18
px
;
font
-
size
:
12
px
;
...
...
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