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-notify/props.js | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/minipro_standard/uni_modules/uview-ui/components/u-notify/props.js b/minipro_standard/uni_modules/uview-ui/components/u-notify/props.js
index e69de29..57a9d71 100644
--- a/minipro_standard/uni_modules/uview-ui/components/u-notify/props.js
+++ b/minipro_standard/uni_modules/uview-ui/components/u-notify/props.js
@@ -0,0 +1,49 @@
+export default {
+ props: {
+ // 鍒伴《閮ㄧ殑璺濈
+ top: {
+ type: [String, Number],
+ default: uni.$u.props.notify.top
+ },
+ // 鏄惁灞曠ず缁勪欢
+ // show: {
+ // type: Boolean,
+ // default: uni.$u.props.notify.show
+ // },
+ // type涓婚锛宲rimary锛宻uccess锛寃arning锛宔rror
+ type: {
+ type: String,
+ default: uni.$u.props.notify.type
+ },
+ // 瀛椾綋棰滆壊
+ color: {
+ type: String,
+ default: uni.$u.props.notify.color
+ },
+ // 鑳屾櫙棰滆壊
+ bgColor: {
+ type: String,
+ default: uni.$u.props.notify.bgColor
+ },
+ // 灞曠ず鐨勬枃瀛楀唴瀹�
+ message: {
+ type: String,
+ default: uni.$u.props.notify.message
+ },
+ // 灞曠ず鏃堕暱锛屼负0鏃朵笉娑堝け锛屽崟浣峬s
+ duration: {
+ type: [String, Number],
+ default: uni.$u.props.notify.duration
+ },
+ // 瀛椾綋澶у皬
+ fontSize: {
+ type: [String, Number],
+ default: uni.$u.props.notify.fontSize
+ },
+ // 鏄惁鐣欏嚭椤堕儴瀹夊叏璺濈锛堢姸鎬佹爮楂樺害锛�
+ safeAreaInsetTop: {
+ type: Boolean,
+ default: uni.$u.props.notify.safeAreaInsetTop
+ }
+ }
+}
--
Gitblit v1.9.3