From 6574be0ea2925a55ed356d4f213c9234fbe53e1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?21=E4=B8=96=E7=BA=AA=E5=B0=8F=E5=85=AB=E8=B7=AF?=
<2529156631@qq.com>
Date: Sat, 26 Oct 2024 16:13:28 +0800
Subject: [PATCH] =?UTF-8?q?uniapp=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91?=
=?UTF-8?q?=EF=BC=9A=E9=A1=B5=E9=9D=A2loading=20=E6=96=87=E5=AD=97?=
=?UTF-8?q?=E5=92=8Cicon=E8=B0=83=E6=95=B4=E4=B8=BA=E4=B8=BB=E9=A2=98?=
=?UTF-8?q?=E8=89=B2=E7=BA=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../CoreShop/components/coreshop-page/coreshop-page.vue | 6 ++++--
CoreCms.Net.Uni-App/CoreShop/pages/cart/cart.vue | 2 +-
CoreCms.Net.Uni-App/CoreShop/pages/category/category.vue | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-page.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-page.vue
index 3731b59d..c846633a 100644
--- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-page.vue
+++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-page.vue
@@ -13,7 +13,7 @@
+ :font-size="props.loadingTextFontSize" :color="props.loadingColor" :loadingColor="loadingColor" :bgColor="props.loadingBgColor">
@@ -38,6 +38,7 @@
loadingText : string;
loadingTextFontSize : string;
loadingBgColor : string;
+ loadingColor:string;
}>(), {
isBack: true,
bgColor: '#eef2f6',
@@ -62,7 +63,8 @@
needLoadingPage: false,
loadingText: '加载中...',
loadingTextFontSize: '24rpx',
- loadingBgColor: 'rgba(255, 255, 255, 0.2)'
+ loadingBgColor: 'rgba(255, 255, 255, 0.2)',
+ loadingColor:'#d33123'
});