From d1448cb0ef10f358bb7bddb4e1ec268515e0b787 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 15 七月 2025 11:46:57 +0800 Subject: [PATCH] 项目初始化 --- uni_modules/uview-ui/components/u-loading-page/props.js | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/uni_modules/uview-ui/components/u-loading-page/props.js b/uni_modules/uview-ui/components/u-loading-page/props.js new file mode 100644 index 0000000..438ab64 --- /dev/null +++ b/uni_modules/uview-ui/components/u-loading-page/props.js @@ -0,0 +1,44 @@ +export default { + props: { + // 鎻愮ず鍐呭 + loadingText: { + type: [String, Number], + default: uni.$u.props.loadingPage.loadingText + }, + // 鏂囧瓧涓婃柟鐢ㄤ簬鏇挎崲loading鍔ㄧ敾鐨勫浘鐗� + image: { + type: String, + default: uni.$u.props.loadingPage.image + }, + // 鍔犺浇鍔ㄧ敾鐨勬ā寮忥紝circle-鍦嗗舰锛宻pinner-鑺辨湹褰紝semicircle-鍗婂渾褰� + loadingMode: { + type: String, + default: uni.$u.props.loadingPage.loadingMode + }, + // 鏄惁鍔犺浇涓� + loading: { + type: Boolean, + default: uni.$u.props.loadingPage.loading + }, + // 鑳屾櫙鑹� + bgColor: { + type: String, + default: uni.$u.props.loadingPage.bgColor + }, + // 鏂囧瓧棰滆壊 + color: { + type: String, + default: uni.$u.props.loadingPage.color + }, + // 鏂囧瓧澶у皬 + fontSize: { + type: [String, Number], + default: uni.$u.props.loadingPage.fontSize + }, + // 鍔犺浇涓浘鏍囩殑棰滆壊锛屽彧鑳絩gb鎴栬�呭崄鍏繘鍒堕鑹插�� + loadingColor: { + type: String, + default: uni.$u.props.loadingPage.loadingColor + } + } +} -- Gitblit v1.9.3