|
@@ -3,7 +3,7 @@
|
|
|
<view class="input-box">
|
|
|
<view class="title">企业名称</view>
|
|
|
<view class="input-view">
|
|
|
- <input class="weui-input" auto-focus placeholder="请填写" maxlength="50" />
|
|
|
+ <input class="weui-input" placeholder="请填写" maxlength="50" />
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -21,21 +21,21 @@
|
|
|
<view class="input-box">
|
|
|
<view class="title">联系人姓名</view>
|
|
|
<view class="input-view">
|
|
|
- <input class="weui-input" auto-focus placeholder="请填写" maxlength="5" />
|
|
|
+ <input class="weui-input" placeholder="请填写" maxlength="5" />
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="input-box">
|
|
|
<view class="title">联系人电话</view>
|
|
|
<view class="input-view">
|
|
|
- <input class="weui-input" auto-focus placeholder="请填写" maxlength="11" />
|
|
|
+ <input class="weui-input" placeholder="请填写" maxlength="11" />
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="input-box">
|
|
|
<view class="title">联系人微信</view>
|
|
|
<view class="input-view">
|
|
|
- <input class="weui-input" auto-focus placeholder="请填写" maxlength="50" />
|
|
|
+ <input class="weui-input" placeholder="请填写" maxlength="50" />
|
|
|
</view>
|
|
|
</view>
|
|
|
|