From 51aa9c31c8cf73f54575ae1fee3c24e752d43df3 Mon Sep 17 00:00:00 2001 From: cyh Date: Thu, 23 Jan 2025 17:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/YMKeFu.html | 89 ++++++++++++++++++--------------- 1 file changed, 50 insertions(+), 39 deletions(-) diff --git a/app/src/main/assets/YMKeFu.html b/app/src/main/assets/YMKeFu.html index 2abd146..85e32d6 100644 --- a/app/src/main/assets/YMKeFu.html +++ b/app/src/main/assets/YMKeFu.html @@ -1,60 +1,71 @@ - 连接中... + @keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } + } +

正在连接客服,右下角出现按钮后即可聊天...

如果未出现按钮,请等待一分钟或者重新进入.

- + +// 模拟连接的过程,在此之后调用 updateStatus 方法 +// var loadingAnimation = setInterval(updateStatus, 3000); // 假设连接耗时为3秒 + - -