|
@@ -457,15 +457,15 @@ void startFaceVerify();
|
|
<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
|
|
|
|
|
|
+ <n-button
|
|
v-if="redoBtnShow"
|
|
v-if="redoBtnShow"
|
|
- type="button"
|
|
|
|
- class="qm-primary-button"
|
|
|
|
|
|
+ size="large"
|
|
|
|
+ type="info"
|
|
:disabled="redoBtnDisabled"
|
|
:disabled="redoBtnDisabled"
|
|
@click="startFaceVerifyClicked"
|
|
@click="startFaceVerifyClicked"
|
|
>
|
|
>
|
|
重试
|
|
重试
|
|
- </button>
|
|
|
|
|
|
+ </n-button>
|
|
</div>
|
|
</div>
|
|
<webview
|
|
<webview
|
|
v-show="showIframe"
|
|
v-show="showIframe"
|