This commit is contained in:
parent
e2bce12390
commit
792881a9f4
|
@ -29,7 +29,7 @@
|
|||
</view>
|
||||
<!-- #endif -->
|
||||
<!-- <view style="margin-top: 20upx;background-color: #FFFFFF;height: max-content;padding: 20upx 20upx 20upx 35upx;">
|
||||
<input type="text" placeholder="收货人" style="height: 80upx;color: #000000;font-size: 30upx;" v-model="consignee" />
|
||||
<input type="text" placeholder="联系人" style="height: 80upx;color: #000000;font-size: 30upx;" v-model="consignee" />
|
||||
<input type="number" placeholder="手机号码" maxlength="11" style="height: 80upx;margin-top: 20upx;color: #000000;font-size: 30upx;"
|
||||
v-model="mobile" />
|
||||
<view style="height: 1upx;margin-top: 50upx;"></view>
|
||||
|
@ -40,11 +40,11 @@
|
|||
<view class="part1">
|
||||
<view class="part1-top">
|
||||
<view class="name">
|
||||
<u-field v-model="name" placeholder="请填写收货人姓名" label="收货人">
|
||||
<u-field v-model="name" placeholder="请填写联系人姓名" label="联系人">
|
||||
</u-field>
|
||||
</view>
|
||||
<view class="mobile">
|
||||
<u-field v-model="mobile" placeholder="请填写收货人手机号" label="手机号码" maxlength="11">
|
||||
<u-field v-model="mobile" placeholder="请填写联系人手机号" label="手机号码" maxlength="11">
|
||||
</u-field>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</view>
|
||||
<view style="position: fixed;bottom: 0rpx;left: 0;right: 0;background: #FFFFFF;height: 110rpx;line-height: 110rpx;z-index: 999;">
|
||||
<button class="shouhuo" @tap="goAddress('')">
|
||||
新增收货地址
|
||||
新增地址
|
||||
</button>
|
||||
</view>
|
||||
<empty v-if="list.length == 0" :noneData="noneData"></empty>
|
||||
|
|
Loading…
Reference in New Issue