6
0
Fork 0

增加支付方式

develop
Jing Li 2023-10-19 14:21:41 +08:00
parent 68f9b45f3d
commit 115d252e73
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ export function payment(val) {
case "offline": case "offline":
pay = "线下支付" pay = "线下支付"
break; break;
case "none":
pay = "无"
break;
} }
return pay return pay
} }