|
|
|
@ -205,17 +205,17 @@ |
|
|
|
<button class="form-item--input">法人身份证正反面扫描件(指纹或盖章)</button> |
|
|
|
</view> |
|
|
|
|
|
|
|
<div class="form-item"> |
|
|
|
<view class="form-item"> |
|
|
|
<button class="form-item--input">门头照</button> |
|
|
|
</div> |
|
|
|
</view> |
|
|
|
<!-- 推荐中介服务机构 --> |
|
|
|
<div class="form-item"> |
|
|
|
<view class="form-item"> |
|
|
|
<picker mode="selector" :range="industryList" range-key="name" :value="idIndex" |
|
|
|
@change="onChangeIndustry"> |
|
|
|
<text v-if="idIndex > -1">{{ industryList[idIndex].name }}</text> |
|
|
|
<text v-else class="col-80">推荐中介服务机构</text> |
|
|
|
</picker> |
|
|
|
</div> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="form-item"> |
|
|
|
<input placeholder="身份"/> |
|
|
|
|