From 3ad9b8575d85c74ba44b83757da568a0ae78a976 Mon Sep 17 00:00:00 2001 From: bob bob <2529156631@qq.com> Date: Sat, 26 Oct 2024 08:38:54 +0000 Subject: [PATCH] =?UTF-8?q?uniapp=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91?= =?UTF-8?q?=EF=BC=9A=20=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=95=86=E5=93=81=20?= =?UTF-8?q?=E5=A2=9E/=E5=87=8F=E6=95=B0=E9=87=8F=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/coreshop-page/coreshop-page.vue | 6 ++++-- CoreCms.Net.Uni-App/CoreShop/core/api/cart.ts | 4 ++++ CoreCms.Net.Uni-App/CoreShop/pages/cart/cart.vue | 15 +++++++-------- .../CoreShop/pages/category/category.vue | 2 +- 4 files changed, 16 insertions(+), 11 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 @@ @@ -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' });