From 9e007fe787b28bb2ffb3af498cf0683574a003f1 Mon Sep 17 00:00:00 2001 From: Sum1Dream <418471657@qq.com> Date: Mon, 28 Mar 2022 11:38:31 +0800 Subject: [PATCH] 1 --- src/app/admin/index/index/index.component.html | 2 +- .../admin/recharge-order/order-list/order-list.component.html | 2 +- src/app/admin/system/menu/menu.component.html | 2 +- .../system/system-role-show/system-role-show.component.html | 3 +-- src/environments/environment.ts | 4 ++-- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/admin/index/index/index.component.html b/src/app/admin/index/index/index.component.html index d0c39b1..1a68edb 100644 --- a/src/app/admin/index/index/index.component.html +++ b/src/app/admin/index/index/index.component.html @@ -18,7 +18,7 @@

汇联通预充值账号

-

余额:{{balance}}

+

余额:{{(balance - balanceData['payRealPrice']).toFixed(2)}}

订单数量:{{balanceData['count']}}

支付总额:{{balanceData['payRealPrice'] == null ? '0': balanceData['payRealPrice']}}

diff --git a/src/app/admin/recharge-order/order-list/order-list.component.html b/src/app/admin/recharge-order/order-list/order-list.component.html index 4a7a667..6d700a0 100644 --- a/src/app/admin/recharge-order/order-list/order-list.component.html +++ b/src/app/admin/recharge-order/order-list/order-list.component.html @@ -190,7 +190,7 @@ 详情 再次充值 - + 申请退款 diff --git a/src/app/admin/system/menu/menu.component.html b/src/app/admin/system/menu/menu.component.html index 40eff73..828d89a 100644 --- a/src/app/admin/system/menu/menu.component.html +++ b/src/app/admin/system/menu/menu.component.html @@ -1,4 +1,4 @@ - + diff --git a/src/app/admin/system/system-role-show/system-role-show.component.html b/src/app/admin/system/system-role-show/system-role-show.component.html index edde557..5f4e315 100644 --- a/src/app/admin/system/system-role-show/system-role-show.component.html +++ b/src/app/admin/system/system-role-show/system-role-show.component.html @@ -1,5 +1,4 @@ - - + diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 21ad46f..5a795b3 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,8 +6,8 @@ export const environment = { production: false, // baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址) // imageUrl: 'http://localhost:9302/filesystem/', - baseUrl: 'https://hsgcs.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址) - imageUrl: 'https://hsgcs.dctpay.com/filesystem/', + baseUrl: 'https://hsg.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址) + imageUrl: 'https://hsg.dctpay.com/filesystem/', key: 'https://hsgcs.dctpay.com/phone-recharge-H5/index.html?codeValue=', inviteUrl: 'https://hsgcs.dctpay.com/wx/?action=ic&id=', };