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 '中石油'; } }