import { defineComponent } from "vue"; import styles from "./index.module.less"; import state from "/src/state"; import { popImgs } from "/src/view/evaluating"; import { evaluatingData } from "/src/view/evaluating"; import { Vue3Lottie } from "vue3-lottie"; import loading from "./loading.json"; import animBg from "../audio-list/img/refresh_anim.json"; export default defineComponent({ name: "abnormal-pop", emits: ["close", "confirm"], setup(props, { emit }) { return () => ( <> {evaluatingData.socketErrorStatus === 0 && (
正在连接服务器,请稍后…
//网络连接成功