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 @@