From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送

---
 node_modules/uview-plus/components/u-popup/u-popup.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/node_modules/uview-plus/components/u-popup/u-popup.vue b/node_modules/uview-plus/components/u-popup/u-popup.vue
index e66015e..f1e5a92 100644
--- a/node_modules/uview-plus/components/u-popup/u-popup.vue
+++ b/node_modules/uview-plus/components/u-popup/u-popup.vue
@@ -196,9 +196,7 @@
 					style.flex = 1
 				}
 				// 鑳屾櫙鑹诧紝涓�鑸敤浜庤缃负transparent锛屽幓闄ら粯璁ょ殑鐧借壊鑳屾櫙
-				if (this.bgColor) {
-					style.backgroundColor = this.bgColor
-				}
+				style.backgroundColor = this.bgColor
 				if(this.round) {
 					const value = addUnit(this.round)
 					if(this.mode === 'top') {
@@ -344,7 +342,6 @@
 
 <style lang="scss" scoped>
 	$u-popup-flex:1 !default;
-	$u-popup-content-background-color: #fff !default;
 
 	.u-popup {
 		flex: $u-popup-flex;
@@ -361,7 +358,6 @@
 		}
 
 		&__content {
-			background-color: $u-popup-content-background-color;
 			position: relative;
 
 			&--round-top {

--
Gitblit v1.9.3