From 7d31c2357e69c5f9e98bc4a38e56656e07ab9dfc Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期五, 21 四月 2023 11:51:14 +0800 Subject: [PATCH] 代码调整 --- ManagementTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ManagementTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js b/ManagementTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js index 1c26a62..f5bd99d 100644 --- a/ManagementTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js +++ b/ManagementTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js @@ -24,7 +24,7 @@ if(value==0){ return "通用券"; }else if(value==1){ - return "快车券"; + return "专车券"; }else if(value==2){ return "出租券"; }else if(value==3){ -- Gitblit v1.7.1