订单
This commit is contained in:
parent
40101ba9b0
commit
0d38d6ece3
@ -372,6 +372,8 @@
|
||||
v-model="form.homeLongitude"
|
||||
placeholder="请输入住址经度"
|
||||
maxlength="20"
|
||||
type="number"
|
||||
oninput=" if(value.length>10){value=value.slice(0,20)}"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
@ -380,16 +382,11 @@
|
||||
v-model="form.homeLatitude"
|
||||
placeholder="请输入住址纬度"
|
||||
maxlength="11"
|
||||
type="number"
|
||||
oninput=" if(value.length>10){value=value.slice(0,20)}"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="头像" prop="headPictureUrl">
|
||||
<!-- <img src="/profile/avatar/2022/09/08/1662624067718_20220908160250A001.jpg" alt=""> -->
|
||||
|
||||
<!-- <img
|
||||
slot="reference"
|
||||
:src="baseUrl + form.headPictureUrl"
|
||||
style="width: 200px; height: 200px"
|
||||
/> -->
|
||||
<img
|
||||
:src="baseUrl + form.headPictureUrl"
|
||||
style="width: 200px; height: 200px"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user