Commit 165a08ae authored by spc's avatar spc

fixed

parent 79537c20
......@@ -77,7 +77,7 @@
this.loading = true;
// 调用物流查询接口
const res = await getOrderLogistics({
orderId: this.orderId
order_no: this.orderId
});
if (res && res.data) {
......@@ -254,7 +254,7 @@
/* 暂无数据样式 */
.empty-logistics {
padding: 100rpx 0;
test-align: center;
text-align: center;
color: #999999;
font-size: 28rpx;
background-color: #ffffff;
......
......@@ -1108,6 +1108,8 @@ export default {
bottom: 30rpx;
right: 30rpx;
box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1);
/* 确保按钮显示在客服按钮上方 */
z-index: 101;
}
.action-btn.btn-use {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment