|
|
|
@ -156,7 +156,7 @@ |
|
|
|
<!-- <div class="modal-body"> |
|
|
|
... |
|
|
|
</div>--> |
|
|
|
<iframe name="my-modal-body" class="my-modal-body" :src="`/static/SliderCaptcha/src/index.html?`+ encodeURIComponent(`nextStep=step2Register&slider_type=register&account=${account}&lang=${lang}`)" frameborder="0"></iframe> |
|
|
|
<!-- <iframe name="my-modal-body" class="my-modal-body" :src="`/static/SliderCaptcha/src/index.html?`+ encodeURIComponent(`nextStep=step2Register&slider_type=register&account=${account}&lang=${lang}`)" frameborder="0"></iframe> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -361,7 +361,7 @@ export default { |
|
|
|
refreshSlider() { |
|
|
|
// name标记的iframe返回窗口对象 |
|
|
|
// id标记的iframe返回dom对象 需要在通过contentWindow读取 |
|
|
|
window.frames["my-modal-body"].$captcha.sliderCaptcha("reset"); |
|
|
|
// window.frames["my-modal-body"].$captcha.sliderCaptcha("reset"); |
|
|
|
}, |
|
|
|
|
|
|
|
autofill($event) { |
|
|
|
|