From 95154dec62c8ccc31fa2ce523055716a92dbe024 Mon Sep 17 00:00:00 2001
From: damonyuan <404054358@qq.com>
Date: Sat, 16 Nov 2024 00:11:57 +0800
Subject: [PATCH] =?UTF-8?q?fix=20=E5=85=AC=E4=BC=97=E5=8F=B7=E6=94=AF?=
=?UTF-8?q?=E4=BB=98=E5=AE=9D=E6=94=AF=E4=BB=98=E8=B7=B3=E8=BD=AC=E5=88=B0?=
=?UTF-8?q?PC=20=E7=95=8C=E9=9D=A2=E7=9A=84bug=20fix=20=E4=B8=AA=E4=BA=BA?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=AE=BE=E7=BD=AE=E8=83=8C=E6=99=AF=E8=89=B2?=
=?UTF-8?q?=E6=B2=A1=E6=9C=89=E7=94=9F=E6=95=88=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../front/service/impl/PayServiceImpl.java | 2 +-
.../widgets/user-info/user-info.vue | 8 +-
uniapp/src/pages/user/user.vue | 131 ++++++++++--------
3 files changed, 83 insertions(+), 58 deletions(-)
diff --git a/server/like-front/src/main/java/com/mdd/front/service/impl/PayServiceImpl.java b/server/like-front/src/main/java/com/mdd/front/service/impl/PayServiceImpl.java
index 3feeb562..07bda45e 100644
--- a/server/like-front/src/main/java/com/mdd/front/service/impl/PayServiceImpl.java
+++ b/server/like-front/src/main/java/com/mdd/front/service/impl/PayServiceImpl.java
@@ -302,7 +302,7 @@ public class PayServiceImpl implements IPayService {
bizContent.put("passback_params", JSONObject.toJSONString(new JSONObject(){{
put("from", params.getScene());
}}));
- if (params.getTerminal().equals(ClientEnum.H5.getCode())) {
+ if (params.getTerminal().equals(ClientEnum.H5.getCode()) || params.getTerminal().equals(ClientEnum.OA.getCode())) {
AlipayTradeWapPayRequest alipayRequest = new AlipayTradeWapPayRequest();
//alipayRequest.setNotifyUrl("http://y4f8ud.natappfree.cc" + aliPayNotifyUrl);
alipayRequest.setNotifyUrl(UrlUtils.getRequestUrl() + aliPayNotifyUrl);
diff --git a/uniapp/src/components/widgets/user-info/user-info.vue b/uniapp/src/components/widgets/user-info/user-info.vue
index 737f62e2..64b09e32 100644
--- a/uniapp/src/components/widgets/user-info/user-info.vue
+++ b/uniapp/src/components/widgets/user-info/user-info.vue
@@ -13,7 +13,7 @@
:border-bottom="false"
:title-bold="true"
:background="{ background: 'rgba(256,256, 256, 0)' }"
- :title-color="$theme.navColor"
+ :title-color="navColor"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file