From 662f9d18c89b62883fb54bd1836f0594a9433646 Mon Sep 17 00:00:00 2001 From: Sum1Dream <418471657@qq.com> Date: Tue, 2 Jan 2024 11:21:23 +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/pipes/index/product-config.pipe.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/pipes/index/product-config.pipe.ts b/src/app/pipes/index/product-config.pipe.ts index cdef8f9..c1e240f 100644 --- a/src/app/pipes/index/product-config.pipe.ts +++ b/src/app/pipes/index/product-config.pipe.ts @@ -19,6 +19,8 @@ export class ProductConfigPipe implements PipeTransform { return '在线加油接口'; case 'STARBUCKS_CONFIG': return '星巴克接口'; + case 'PETRO_COUPON': + return '中石油'; } }