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-sticky/props.js |   40 ----------------------------------------
 1 files changed, 0 insertions(+), 40 deletions(-)

diff --git a/minipro_standard/uni_modules/uview-ui/components/u-sticky/props.js b/minipro_standard/uni_modules/uview-ui/components/u-sticky/props.js
index c2ca8da..e69de29 100644
--- a/minipro_standard/uni_modules/uview-ui/components/u-sticky/props.js
+++ b/minipro_standard/uni_modules/uview-ui/components/u-sticky/props.js
@@ -1,40 +0,0 @@
-export default {
-    props: {
-        // 鍚搁《瀹瑰櫒鍒伴《閮ㄦ煇涓窛绂荤殑鏃跺�欙紝杩涜鍚搁《锛屽湪H5骞冲彴锛孨avigationBar涓�44px
-        offsetTop: {
-            type: [String, Number],
-            default: uni.$u.props.sticky.offsetTop
-        },
-        // 鑷畾涔夊鑸爮鐨勯珮搴�
-        customNavHeight: {
-            type: [String, Number],
-            // #ifdef H5
-            // H5绔殑瀵艰埅鏍忓睘浜庘�滆嚜瀹氫箟鈥濆鑸爮鐨勮寖鐣达紝鍥犱负瀹冩槸闈炲師鐢熺殑锛屼笌鏅�氬厓绱犱竴鑷�
-            default: 44,
-            // #endif
-            // #ifndef H5
-            default: uni.$u.props.sticky.customNavHeight
-            // #endif
-        },
-        // 鏄惁寮�鍚惛椤跺姛鑳�
-        disabled: {
-            type: Boolean,
-            default: uni.$u.props.sticky.disabled
-        },
-        // 鍚搁《鍖哄煙鐨勮儗鏅鑹�
-        bgColor: {
-            type: String,
-            default: uni.$u.props.sticky.bgColor
-        },
-        // z-index鍊�
-        zIndex: {
-            type: [String, Number],
-            default: uni.$u.props.sticky.zIndex
-        },
-        // 鍒楄〃涓殑绱㈠紩鍊�
-        index: {
-            type: [String, Number],
-            default: uni.$u.props.sticky.index
-        }
-    }
-}

--
Gitblit v1.9.3