From 3ff8c60f1e2b29ac34a19fde0f286678a980d0aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Wed, 11 Mar 2026 11:25:01 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/u-popup/u-popup.vue | 21 +++--
.../plugins/video/components/comment-info.vue | 6 +-
pages/plugins/video/detail/detail.nvue | 82 +++++++++----------
3 files changed, 55 insertions(+), 54 deletions(-)
diff --git a/components/u-popup/u-popup.vue b/components/u-popup/u-popup.vue
index 4ac9a4be..76d6004b 100644
--- a/components/u-popup/u-popup.vue
+++ b/components/u-popup/u-popup.vue
@@ -7,20 +7,20 @@
-
+
+
+
+
取消
{{ propCustomBtnText }}
确定
-
-
-
@@ -187,6 +187,10 @@
type: Boolean,
default: true,
},
+ propWidth: {
+ type: String,
+ default: '',
+ },
},
watch: {
@@ -473,6 +477,7 @@
show: false,
type: this.propType,
});
+ this.$emit('close')
clearTimeout(this.timer);
// // 自定义关闭事件
// this.customOpen && this.customClose()
diff --git a/pages/plugins/video/components/comment-info.vue b/pages/plugins/video/components/comment-info.vue
index 066369fb..1eb57e47 100644
--- a/pages/plugins/video/components/comment-info.vue
+++ b/pages/plugins/video/components/comment-info.vue
@@ -14,7 +14,7 @@