From 16732b508b6bf8fb9ba0ca41c4990cccf24f4645 Mon Sep 17 00:00:00 2001
From: Sum1Dream <418471657@qq.com>
Date: Thu, 25 Jan 2024 13:51:12 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app/admin/api-product/list/list.component.html | 3 ++-
.../recharge-order/price-list/price-list.component.html | 2 ++
src/app/pipes/recharge-price/recharge-platform.pipe.ts | 5 ++++-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/app/admin/api-product/list/list.component.html b/src/app/admin/api-product/list/list.component.html
index 1118505..9460596 100644
--- a/src/app/admin/api-product/list/list.component.html
+++ b/src/app/admin/api-product/list/list.component.html
@@ -26,7 +26,8 @@
-
+
+
diff --git a/src/app/admin/recharge-order/price-list/price-list.component.html b/src/app/admin/recharge-order/price-list/price-list.component.html
index 71209ff..6b3520b 100644
--- a/src/app/admin/recharge-order/price-list/price-list.component.html
+++ b/src/app/admin/recharge-order/price-list/price-list.component.html
@@ -26,6 +26,8 @@
+
+
diff --git a/src/app/pipes/recharge-price/recharge-platform.pipe.ts b/src/app/pipes/recharge-price/recharge-platform.pipe.ts
index 3fb7e97..eef26d7 100644
--- a/src/app/pipes/recharge-price/recharge-platform.pipe.ts
+++ b/src/app/pipes/recharge-price/recharge-platform.pipe.ts
@@ -20,7 +20,10 @@ export class RechargePlatformPipe implements PipeTransform {
string = string + '城宇,';
}
if (Number(i) === 4) {
- string = string + '畅停,';
+ string = string + '嗨购,';
+ }
+ if (Number(i) === 5) {
+ string = string + '简牛,';
}
}