Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
db167dee
authored
Feb 03, 2021
by
肖康
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'XK_order_ship20210120'
parents
43fc9b22
1168d797
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/user/shipping.vue
src/views/user/shipping.vue
View file @
db167dee
...
...
@@ -20,7 +20,7 @@
</div>
<div
class=
"wuliudanhao"
v-if=
"wlInfo"
>
快递单号:
{{
wlInfo
.
shipping_no
}}
<span
@
click=
"copy(wlInfo.shipping_no)"
>
复制
</span></div>
</div>
<div
class=
"ship-box"
v-if=
"wlInfo&&
wlInfo.info.isArray
"
>
<div
class=
"ship-box"
v-if=
"wlInfo&&
Array.isArray(wlInfo.info)
"
>
<div
class=
"wu-group "
:class=
"
{'act':index==0}" v-for="(item,index) in wlInfo.info">
<div
class=
"time-gh"
>
{{
item
.
AcceptTime
.
substring
(
5
,
10
)
}}
<span>
{{
item
.
AcceptTime
.
substring
(
11
,
16
)
}}
</span></div>
<div
class=
"g-te"
>
...
...
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