From 627c3e0a6920131d75eafa4646db373ccc936546 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 26 十月 2023 13:52:07 +0800
Subject: [PATCH] 小程序diamante
---
minipro_standard/uni_modules/uview-ui/components/u-row-notice/props.js | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/minipro_standard/uni_modules/uview-ui/components/u-row-notice/props.js b/minipro_standard/uni_modules/uview-ui/components/u-row-notice/props.js
index e69de29..107bd70 100644
--- a/minipro_standard/uni_modules/uview-ui/components/u-row-notice/props.js
+++ b/minipro_standard/uni_modules/uview-ui/components/u-row-notice/props.js
@@ -0,0 +1,39 @@
+export default {
+ props: {
+ // 鏄剧ず鐨勫唴瀹癸紝瀛楃涓�
+ text: {
+ type: String,
+ default: uni.$u.props.rowNotice.text
+ },
+ // 鏄惁鏄剧ず宸︿晶鐨勯煶閲忓浘鏍�
+ icon: {
+ type: String,
+ default: uni.$u.props.rowNotice.icon
+ },
+ // 閫氬憡妯″紡锛宭ink-鏄剧ず鍙崇澶达紝closable-鏄剧ず鍙充晶鍏抽棴鍥炬爣
+ mode: {
+ type: String,
+ default: uni.$u.props.rowNotice.mode
+ },
+ // 鏂囧瓧棰滆壊锛屽悇鍥炬爣涔熶細浣跨敤鏂囧瓧棰滆壊
+ color: {
+ type: String,
+ default: uni.$u.props.rowNotice.color
+ },
+ // 鑳屾櫙棰滆壊
+ bgColor: {
+ type: String,
+ default: uni.$u.props.rowNotice.bgColor
+ },
+ // 瀛椾綋澶у皬锛屽崟浣峱x
+ fontSize: {
+ type: [String, Number],
+ default: uni.$u.props.rowNotice.fontSize
+ },
+ // 姘村钩婊氬姩鏃剁殑婊氬姩閫熷害锛屽嵆姣忕婊氬姩澶氬皯px(rpx)锛岃繖鏈夊埄浜庢帶鍒舵枃瀛楁棤璁哄灏戞椂锛岄兘鑳芥湁涓�涓亽瀹氱殑閫熷害
+ speed: {
+ type: [String, Number],
+ default: uni.$u.props.rowNotice.speed
+ }
+ }
+}
--
Gitblit v1.9.3