Commit 4323ce1c by 高淑倩

当前暂无物流信息

parent 29306179
<!--pages/logistics/logistics.wxml-->
<view class="page-logistics">
<view class="page-logistics" wx:if="{{logisData.length}}">
<view class="header-wrap">
<image class="header-bg" src="/assets/imgs/7_1_0/logistics-bg.jpg" />
<view class="logistics-status">
......@@ -60,6 +60,9 @@
<button class="btn btn-lg btn-gray">申请退货</button>
</view>
</view>
<view wx:else class="df no-logis">
当前暂无物流信息
</view>
<!--goHome-->
<go-home/>
......
......@@ -246,3 +246,9 @@ page{
font-size: 18rpx;
margin-top: 10rpx;
}
.no-logis {
padding-top: 200rpx;
font-size: 28rpx;
color: #666;
}
\ No newline at end of file
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