From afd5e75771b1c6ca1b038a3b1c3c979577e9a4c7 Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Wed, 12 Feb 2025 10:17:28 +0800
Subject: [PATCH] 123
---
app/pages/liveRoom/index.client.vue | 1 +
app/pages/profile/index.vue | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/pages/liveRoom/index.client.vue b/app/pages/liveRoom/index.client.vue
index aea7fe5..7681e8e 100644
--- a/app/pages/liveRoom/index.client.vue
+++ b/app/pages/liveRoom/index.client.vue
@@ -50,6 +50,7 @@ const initializePlayer = async () => {
} catch (error) {
showDialog({
message: '直播内容获取失败,是否刷新页面重新获取',
+ showCancelButton:true
}).then(() => {
location.reload()
// on close
diff --git a/app/pages/profile/index.vue b/app/pages/profile/index.vue
index 47c440e..918e73a 100644
--- a/app/pages/profile/index.vue
+++ b/app/pages/profile/index.vue
@@ -97,7 +97,7 @@ const onRefresh = async () => {