From d3e6dd6b3032c119676efa1e9fcee3a8a8043fc5 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期五, 07 三月 2025 13:40:44 +0800
Subject: [PATCH] ‘’
---
src/uni_modules/uview-plus/components/u-notice-bar/props.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/uni_modules/uview-plus/components/u-notice-bar/props.js b/src/uni_modules/uview-plus/components/u-notice-bar/props.js
index cc2a53f..2dd91af 100644
--- a/src/uni_modules/uview-plus/components/u-notice-bar/props.js
+++ b/src/uni_modules/uview-plus/components/u-notice-bar/props.js
@@ -67,6 +67,10 @@
linkType: {
type: String,
default: () => defProps.noticeBar.linkType
- }
+ },
+ justifyContent: {
+ type: String,
+ default: () => defProps.noticeBar.justifyContent
+ },
}
})
--
Gitblit v1.9.1