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' });