This commit is contained in:
mactj 2021-01-22 19:14:24 +08:00
parent 44d8a0c9c1
commit e25001b942

View File

@ -35,14 +35,14 @@ module.exports.parseImage = parseImage;
<view wx:else>
<div v-if="!currentAddress" style="display: flex;flex-direction: column;align-items: center;width: 100%;margin-top: 66px;">
<div v-if="!currentAddress" style="display: flex;flex-direction: column;align-items: center;width: 100%;margin-top: 86px;">
<van-empty description="您还没有添加收货地址" />
<div style="width: 600rpx;">
<van-button round type="info" size="large" @tap="onAdd">点击添加</van-button>
</div>
</div>
<div v-else class="fream" style="margin: 60px 15px 20px 15px;" >
<div v-else class="fream" style="margin: 86px 15px 20px 15px;" >
<div style="display: flex; justify-content: space-between;">
<van-icon name="home-o" size="60rpx" />