|
|
@@ -100,16 +100,16 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 公司介绍 -->
|
|
|
- <view class="input_text_title">公司介绍</view>
|
|
|
+ <view class="input_text_title">公司介绍<text>*</text></view>
|
|
|
<view class="input_text_box box_mar_bot textarea">
|
|
|
<!-- 未做数据绑定 -->
|
|
|
<textarea value="{{fintroduction}}" placeholder="请填写公司介绍" placeholder-style="color:#DAD9DB; font-size:30rpx;" bindinput="fintroductionInput"></textarea>
|
|
|
</view>
|
|
|
<!-- 地址 -->
|
|
|
- <view class="input_text_title">地址</view>
|
|
|
+ <view class="input_text_title">地址<text>*</text></view>
|
|
|
<view class="input_text_box box_mar_bot">
|
|
|
<view class="input_text_input marLeft">
|
|
|
- <van-field autosize model:value="{{ faddress }}" input-class="input-class" placeholder="请输入地址" border="{{ false }}" />
|
|
|
+ <van-field autosize model:value="{{ faddress }}" data-name="faddress" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.faddress}}" input-class="input-class" placeholder="请输入地址" border="{{ false }}" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 统一社会代码 -->
|