From a2f4fcc6cbd988b4a3632ebb744f3da0a19f57ad 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: Sun, 3 Nov 2024 15:55:31 +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=20=E4=BC=98=E5=8C=96=E6=94=AF=E4=BB=98=E7=BB=93?=
=?UTF-8?q?=E6=9E=9C=E9=A1=B5=E9=9D=A2=E7=8A=B6=E6=80=81icon=E4=B8=BA?=
=?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=89=B2=E7=BA=A2=E8=89=B2=EF=BC=8C=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=AE=B9=E5=99=A8=E5=B1=9E=E6=80=A7mode=E8=AE=BE?=
=?UTF-8?q?=E7=BD=AE=E7=B1=BB=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../coreshop-page-content/coreshop-page-content.vue | 2 +-
.../CoreShop/components/coreshop-page/coreshop-page.vue | 2 +-
CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.scss | 4 ++--
CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.vue | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page-content/coreshop-page-content.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page-content/coreshop-page-content.vue
index fe47bd78..7c03905d 100644
--- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page-content/coreshop-page-content.vue
+++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page-content/coreshop-page-content.vue
@@ -22,7 +22,7 @@
isBack : boolean,
bgColor : string,
titleColor : string,
- mode : string,
+ mode : "left" | "center",
title : string,
isShowStatusBarHeight : boolean;
customStyle : any;
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 f654c01a..05e3c4ee 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
@@ -23,7 +23,7 @@
isBack : boolean,
bgColor : string,
titleColor : string,
- mode : string,
+ mode : "left"| "center",
title : string;
isShowStatusBarHeight : boolean;
customStyle : any;
diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.scss b/CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.scss
index 1392c7d1..b8590b1e 100644
--- a/CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.scss
+++ b/CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.scss
@@ -20,7 +20,7 @@
.price {
text-align: center;
font-size: 40rpx;
- color: #ff7159;
+ color: #D33123;
font-weight: bold;
}
.desc {
@@ -34,7 +34,7 @@
margin-top: 50rpx;
width: 100%;
line-height: 80rpx;
- background-color: #5ac725;
+ background-color: #D33123;
color: #fff;
text-align: center;
border-radius: 200px;
diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.vue b/CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.vue
index fc97a87b..19c115d9 100644
--- a/CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.vue
+++ b/CoreCms.Net.Uni-App/CoreShop/pages/order/result/result.vue
@@ -3,7 +3,7 @@
-
+
支付成功
¥{{ state.paymentInfo?.money || '' }}
@@ -12,7 +12,7 @@
查看详情
-
+