|
@@ -13,13 +13,13 @@
|
|
height:620px;
|
|
height:620px;
|
|
background-color: #6e6f72!important;
|
|
background-color: #6e6f72!important;
|
|
background-image: radial-gradient(circle at 50% 0,#a9a9a9,#34363c);">
|
|
background-image: radial-gradient(circle at 50% 0,#a9a9a9,#34363c);">
|
|
- <div v-if="!showIframe" width="100%" height="200px" style="text-align: center;line-height:100px;margin-top:5px;">
|
|
|
|
|
|
+ <div v-show="!showIframe" width="100%" height="200px" style="text-align: center;line-height:100px;margin-top:5px;">
|
|
<div style="color:white;font-weight: bold;font-size:20px;">
|
|
<div style="color:white;font-weight: bold;font-size:20px;">
|
|
{{redoBtnMsg}}
|
|
{{redoBtnMsg}}
|
|
</div>
|
|
</div>
|
|
- <button v-if="redoBtnShow" type="button" class="qm-primary-button" :disabled="redoBtnDisabled" @click="startFaceVerify()">重试</button>
|
|
|
|
|
|
+ <button v-if="redoBtnShow" type="button" class="qm-primary-button" :disabled="redoBtnDisabled" @click="startFaceVerify">重试</button>
|
|
</div>
|
|
</div>
|
|
- <iframe v-if="showIframe" allow="camera *" allowusermedia id="myFrame" scrolling="no" width="100%" height="620px" frameborder="0"></iframe>
|
|
|
|
|
|
+ <iframe v-show="showIframe" allow="camera *" allowusermedia id="myFrame" scrolling="no" width="100%" height="620px" frameborder="0"></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|