提交代码

master
袁野 10 months ago
parent 70ef06a959
commit 662f9d18c8
  1. 2
      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 '中石油';
}
}

Loading…
Cancel
Save