|  |  |  | 
|---|
|  |  |  | <div class="info_list_item_label">公司账号:</div> | 
|---|
|  |  |  | <div class="info_list_item_val">{{form.username || '-'}}</div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="info_list_item"> | 
|---|
|  |  |  | <div class="info_list_item_label">法人姓名:</div> | 
|---|
|  |  |  | <div class="info_list_item_val">{{form.legalName || '-'}}</div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="info_list_item"> | 
|---|
|  |  |  | <div class="info_list_item_label">绑定手机号:</div> | 
|---|
|  |  |  | <div class="info_list_item_val"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="info_list_item"> | 
|---|
|  |  |  | <div class="info_list_item_label" style="width: 100px;">法人身份证:</div> | 
|---|
|  |  |  | <div class="info_list_item_val"> | 
|---|
|  |  |  | <div class="image" v-if="form.idcardImgList && form.idcardImgList .length>1 && form.idcardImgList[0].fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | <div class="image" v-if="form.idcardImgList && form.idcardImgList .length>0 && form.idcardImgList[0].fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | append-to-body | 
|---|
|  |  |  | v-if="form.idcardImgList[0].fileurlFull" | 
|---|
|  |  |  | style="width: 90px; height: 90px" | 
|---|
|  |  |  | 
|---|
|  |  |  | :preview-src-list="[form.idcardImgList[0].fileurlFull]"> | 
|---|
|  |  |  | </el-image> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="image" v-if="form.idcardImgList && form.idcardImgList .length>2 && form.idcardImgList[1].fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | <div class="image" v-if="form.idcardImgList && form.idcardImgList .length>1 && form.idcardImgList[1].fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | append-to-body | 
|---|
|  |  |  | v-if="form.idcardImgList[1].fileurlFull" | 
|---|
|  |  |  | style="width: 90px; height: 90px" | 
|---|
|  |  |  | 
|---|
|  |  |  | this.code = '' | 
|---|
|  |  |  | clearInterval(this.timer) | 
|---|
|  |  |  | this.num = 0 | 
|---|
|  |  |  | }) .catch(e => { | 
|---|
|  |  |  | this.$tip.apiFailed(e) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | send () { | 
|---|
|  |  |  | 
|---|
|  |  |  | .then(res => { | 
|---|
|  |  |  | this.num = 60 | 
|---|
|  |  |  | this.setTime() | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }) .catch(e => { | 
|---|
|  |  |  | this.$tip.apiFailed(e) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | setTime () { | 
|---|
|  |  |  | this.timer = setInterval(() => { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.form.file.imgurl = res.businessImg.fileurl | 
|---|
|  |  |  | this.form.file.imgurlfull = res.businessImg.fileurlFull | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (res.idcardImgList&& res.idcardImgList.length>1) { | 
|---|
|  |  |  | if (res.idcardImgList&& res.idcardImgList.length>0) { | 
|---|
|  |  |  | this.form.file1.imgurl = res.idcardImgList[0].fileurl | 
|---|
|  |  |  | this.form.file1.imgurlfull = res.idcardImgList[0].fileurlFull | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (res.idcardImgList && res.idcardImgList.length>2) { | 
|---|
|  |  |  | if (res.idcardImgList && res.idcardImgList.length>1) { | 
|---|
|  |  |  | this.form.file2.imgurl = res.idcardImgList[1].fileurl | 
|---|
|  |  |  | this.form.file2.imgurlfull = res.idcardImgList[1].fileurlFull | 
|---|
|  |  |  | } | 
|---|