|
|
@@ -19,7 +19,7 @@
|
|
|
<view>联系电话</view>
|
|
|
<input placeholder="请输入手机号" placeholder-class='placeholder' name='phone' v-model="phone"></input>
|
|
|
</view>
|
|
|
- <view class='item acea-row row-between row-bottom'>
|
|
|
+ <!-- <view class='item acea-row row-between row-bottom'>
|
|
|
<view>验证码</view>
|
|
|
<view class="itemCon acea-row row-between row-bottom">
|
|
|
<input class="code" placeholder="请输入验证码" placeholder-class='placeholder' name='captcha' v-model="captcha"></input>
|
|
|
@@ -27,7 +27,7 @@
|
|
|
{{ text }}
|
|
|
</button>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="tip">请上传营业执照及行业相关资质证明图片</view>
|
|
|
<view class="info">(图片最多可上传10张,图片格式支持JPG、PNG、JPEG)</view>
|
|
|
<view class="picList acea-row row-middle">
|
|
|
@@ -89,7 +89,7 @@
|
|
|
name:'',
|
|
|
phone:'',
|
|
|
pics: [],
|
|
|
- captcha:'',
|
|
|
+ captcha:'111',
|
|
|
canvasWidth: "",
|
|
|
canvasHeight: "",
|
|
|
canvasStatus: false,
|