Compare commits

..

No commits in common. "37b4e3ed78abef6ab218bdb30a7c73a75c5c167f" and "45f40c547f7e92477b70a2aa61be18803f4abaf5" have entirely different histories.

View File

@ -19,7 +19,7 @@
<view v-for="(item,index) in addressList" :key="item.ID">
<view class="list-item">
<view>{{item.address}}</view>
<view>剩余{{item.leftNum}}位置</view>
<view>剩余{{item.deletedAt}}位置</view>
</view>
<u-divider :dashed="true" lineColor="#4E964D" v-if="index !== addressList.length-1"></u-divider>
</view>