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

diff --git a/minipro_standard/uni_modules/uview-ui/components/u-tooltip/props.js b/minipro_standard/uni_modules/uview-ui/components/u-tooltip/props.js
index 16aecbc..e69de29 100644
--- a/minipro_standard/uni_modules/uview-ui/components/u-tooltip/props.js
+++ b/minipro_standard/uni_modules/uview-ui/components/u-tooltip/props.js
@@ -1,59 +0,0 @@
-export default {
-    props: {
-        // 闇�瑕佹樉绀虹殑鎻愮ず鏂囧瓧
-        text: {
-            type: [String, Number],
-            default: uni.$u.props.tooltip.text
-        },
-        // 鐐瑰嚮澶嶅埗鎸夐挳鏃讹紝澶嶅埗鐨勬枃鏈紝涓虹┖鍒欎娇鐢╰ext鍊�
-        copyText: {
-            type: [String, Number],
-            default: uni.$u.props.tooltip.copyText
-        },
-        // 鏂囨湰澶у皬
-        size: {
-            type: [String, Number],
-            default: uni.$u.props.tooltip.size
-        },
-        // 瀛椾綋棰滆壊
-        color: {
-            type: String,
-            default: uni.$u.props.tooltip.color
-        },
-        // 寮瑰嚭鎻愮ず妗嗘椂锛屾枃鏈殑鑳屾櫙鑹�
-        bgColor: {
-            type: String,
-            default: uni.$u.props.tooltip.bgColor
-        },
-        // 寮瑰嚭鎻愮ず鐨勬柟鍚戯紝top-涓婃柟锛宐ottom-涓嬫柟
-        direction: {
-            type: String,
-            default: uni.$u.props.tooltip.direction
-        },
-        // 寮瑰嚭鎻愮ず鐨剒-index锛宯vue鏃犳晥
-        zIndex: {
-            type: [String, Number],
-            default: uni.$u.props.tooltip.zIndex
-        },
-        // 鏄惁鏄剧ず澶嶅埗鎸夐挳
-        showCopy: {
-            type: Boolean,
-            default: uni.$u.props.tooltip.showCopy
-        },
-        // 鎵╁睍鐨勬寜閽粍
-        buttons: {
-            type: Array,
-            default: uni.$u.props.tooltip.buttons
-        },
-        // 鏄惁鏄剧ず閫忔槑閬僵浠ラ槻姝㈣Е鎽哥┛閫�
-        overlay: {
-            type: Boolean,
-            default: uni.$u.props.tooltip.overlay
-        },
-        // 鏄惁鏄剧ず澶嶅埗鎴愬姛鎴栬�呭け璐ョ殑toast
-        showToast: {
-            type: Boolean,
-            default: uni.$u.props.tooltip.showToast
-        }
-    }
-}

--
Gitblit v1.9.3