Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
165a08ae
Commit
165a08ae
authored
Oct 27, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
79537c20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
logisticsPage.vue
v3/logisticsPage/logisticsPage.vue
+2
-2
orderDetail.vue
v3/orderDetail/orderDetail.vue
+2
-0
No files found.
v3/logisticsPage/logisticsPage.vue
View file @
165a08ae
...
...
@@ -77,7 +77,7 @@
this
.
loading
=
true
;
// 调用物流查询接口
const
res
=
await
getOrderLogistics
({
order
Id
:
this
.
orderId
order
_no
:
this
.
orderId
});
if
(
res
&&
res
.
data
)
{
...
...
@@ -254,7 +254,7 @@
/* 暂无数据样式 */
.empty-logistics
{
padding
:
100
rpx
0
;
te
s
t-align
:
center
;
te
x
t-align
:
center
;
color
:
#999999
;
font-size
:
28
rpx
;
background-color
:
#ffffff
;
...
...
v3/orderDetail/orderDetail.vue
View file @
165a08ae
...
...
@@ -1108,6 +1108,8 @@ export default {
bottom
:
30
rpx
;
right
:
30
rpx
;
box-shadow
:
0
2
rpx
10
rpx
rgba
(
0
,
0
,
0
,
0.1
);
/* 确保按钮显示在客服按钮上方 */
z-index
:
101
;
}
.action-btn.btn-use
{
...
...
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