|
|
@@ -81,7 +81,7 @@ |
|
|
|
<van-uploader :after-read="afterReadKHZM" :before-delete="deleteFileKHZM" v-model="fileListKHZM" multiple :max-count="1" /> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<div class="submit"> |
|
|
|
<div class="submit" v-if="activitiStatus != '1'"> |
|
|
|
<van-button round block type="info" color="#007E72" native-type="submit" style="width: 90%;margin: 0 auto;">保存</van-button> |
|
|
|
</div> |
|
|
|
</van-form> |
|
|
@@ -97,6 +97,7 @@ export default { |
|
|
|
name: "companyInformation", |
|
|
|
data() { |
|
|
|
return { |
|
|
|
activitiStatus:0, |
|
|
|
height:0, |
|
|
|
tel:'', |
|
|
|
showPicker: false, |
|
|
@@ -178,6 +179,7 @@ export default { |
|
|
|
// // this.userForm.companyLicense = response.data.companyLicense; |
|
|
|
// this.userForm.address = response.data.address; |
|
|
|
this.userForm = response.data; |
|
|
|
this.activitiStatus = response.data.activitiStatus; |
|
|
|
|
|
|
|
if (response.data.accountOpenCert!=''){ |
|
|
|
this.fileListKHZM = [{ |
|
|
|