|
@@ -28,10 +28,6 @@
|
|
|
define-back-color="#fff" color="#92CE8B"
|
|
|
text-color="#92CE8B" type="circle" :percentage="ktProgress"></el-progress>
|
|
|
</div>
|
|
|
- <!-- <form id='uploadVideoFrom' class="uploadVideoFrom">
|
|
|
- <input type="file" ref="uploadModuleImage1Form" @change.stop="uploadImgObj($event,'uploadVideoFrom')"
|
|
|
- name="file" accept="video/*" class="el-upload__input">
|
|
|
- </form> -->
|
|
|
</div>
|
|
|
<div class="item-name rows justify-center empty-text" v-if="uploadStatus==0">个人形象</div>
|
|
|
<div class="item-name rows justify-center empty-text" v-else-if="uploadStatus==1 || uploadStatus==2" @click.stop="showPopViewHandle">
|