uu
This commit is contained in:
parent
35818c0272
commit
0ae5f3eff9
@ -15,23 +15,21 @@
|
||||
<view class="blcok-white radius-20">
|
||||
<view class="">
|
||||
|
||||
<view style="margin-top: 10rpx;">
|
||||
<u-row>
|
||||
<u-col span="4">
|
||||
<tpx-input v-model:value="submitParam.name" placeholder="真实姓名"></tpx-input>
|
||||
</u-col>
|
||||
<u-col offset="1" span="7">
|
||||
<tpx-input v-model:value="submitParam.phone" placeholder="电话"></tpx-input>
|
||||
</u-col>
|
||||
</u-row>
|
||||
<view style="margin-top: 10rpx;" class="mt-10 lbRequiredDot">
|
||||
<tpx-input v-model:value="submitParam.name" placeholder="真实姓名"></tpx-input>
|
||||
</view>
|
||||
|
||||
<view class="mt-40 pos-rlt">
|
||||
<view class="mt-30 lbRequiredDot">
|
||||
<tpx-input v-model:value="submitParam.phone" placeholder="电话"></tpx-input>
|
||||
</view>
|
||||
|
||||
<view class="mt-40 pos-rlt lbRequiredDot">
|
||||
<tpx-input :value="getAddressDetail(submitParam, false)" placeholder="所在地区"></tpx-input>
|
||||
<view @click="handleDialogClick(addressModal)" class="pos-abt-all"></view>
|
||||
</view>
|
||||
|
||||
<view class="mt-30">
|
||||
<view class="mt-30 pos-rlt">
|
||||
<view class="lbRequiredDot mt-30" style="position: absolute;"></view>
|
||||
<tpx-textarea v-model:value="submitParam.address" placeholder="详细地址(例如**街道**号**)"></tpx-textarea>
|
||||
</view>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user