|
@@ -34,7 +34,14 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <u-empty text="亲,暂无收货地址" marginTop="100" mode="data" v-if="!list.length" />
|
|
|
+ <view class="flex empty" v-if="!list.length && !loading">
|
|
|
+ <view class="center">
|
|
|
+ <image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_3.png" mode=""></image>
|
|
|
+ <view class="center-font">暂无收货地址</view>
|
|
|
+ </view>
|
|
|
+ <!-- <u-empty text="活动为空" mode="order" /> -->
|
|
|
+
|
|
|
+ </view>
|
|
|
<!-- 底部操作按钮 -->
|
|
|
<view class="footer-fixed">
|
|
|
<view class="btn-wrapper">
|
|
@@ -273,4 +280,24 @@
|
|
|
border-radius: 44rpx;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .empty {
|
|
|
+ height: 60vh;
|
|
|
+
|
|
|
+ .center {
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ &-img {
|
|
|
+ width: 228rpx;
|
|
|
+ height: 320rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-font {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #999999;
|
|
|
+ margin-bottom: 250rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|