Browse Source

我的地址bug修复

hwb0 3 năm trước cách đây
mục cha
commit
742f717aa6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/packageOperate/address/index.vue

+ 1 - 1
src/packageOperate/address/index.vue

@@ -34,7 +34,7 @@
 				</view>
 			</view>
 		</view>
-		<view class="flex empty" v-if="!list.length && !loading">
+		<view class="flex empty" v-if="!list.length">
 			<view class="center">
 				<image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_5.png" mode=""></image>
 				<view class="center-font">暂无收货地址</view>