|
|
@@ -25,6 +25,10 @@ function scrollToTop() {
|
|
|
function showAiIframe(){
|
|
|
aiIframeState.value = !aiIframeState.value
|
|
|
}
|
|
|
+function closeAi(){
|
|
|
+ console.log(111)
|
|
|
+ aiIframeState.value = false
|
|
|
+}
|
|
|
</script>
|
|
|
<template>
|
|
|
<div class="feedBackBox">
|
|
|
@@ -63,7 +67,7 @@ function showAiIframe(){
|
|
|
<div class="content" v-if="aiIframeState">
|
|
|
<iframe
|
|
|
src="https://ai.usky.cn/chatbot/KwhqwXmI5KFHOP5v"
|
|
|
- style="width: 100%; height: 100%; margin:0 0;"
|
|
|
+ style="width: 100%; height: 100%; "
|
|
|
frameborder="0"
|
|
|
id="aiIframe"
|
|
|
allow="microphone">
|
|
|
@@ -73,6 +77,9 @@ function showAiIframe(){
|
|
|
<img src="@/assets/img/logo-text.png" alt="">
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="closeAi" @click="closeAi" v-if="aiIframeState">
|
|
|
+ <span>+</span>
|
|
|
+ </div>
|
|
|
<div @click="scrollToTop" id="scroll-up" style="opacity:0">
|
|
|
<img src="@/assets/img/home/f_top.png" alt="">
|
|
|
</div>
|