Commit 25eb8c7c authored by yyh's avatar yyh

修改个人认证视频上传文案

parent d5b83c57
......@@ -41,7 +41,7 @@
<label for="video" v-if="!videoBase64" style="width:100%;padding: 30px;text-align:center" class="add-video">
<common-svg name="shipin1" width="34px" height="34px"></common-svg>
<div style="color:#3F79FE;font-size:16px;line-height:1.5em;">添加视频</div>
<div style="color:#353535;font-size:14px;">添加本人视频进行认证</div>
<div style="color:#353535;font-size:14px;">请提前录制好视频进行上传</div>
</label>
<div v-else>
<video controls :src="videoBase64" style="width:100%;" ></video>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment