From 9ab4955166b7b1370fc2a49b152353241ca9e64a Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 16 十月 2023 09:22:23 +0800 Subject: [PATCH] 小程序 --- minipro_standard/uni_modules/uview-ui/components/u-notify/props.js | 49 ------------------------------------------------- 1 files changed, 0 insertions(+), 49 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 57a9d71..e69de29 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 @@ -1,49 +0,0 @@ -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