提交代码

master
袁野 10 months ago
parent 9de07f32b7
commit b8f4173153
  1. 2
      src/app/pipes/display-area.pipe.ts

@ -17,6 +17,8 @@ export class DisplayAreaPipe implements PipeTransform {
return '优选商品';
case 5:
return '工会卡专区';
case 7:
return '停车券专区';
case null:
return '消费券';
}

Loading…
Cancel
Save