sprint 4 months ago
parent
commit
ec6cf25599
  1. 3
      backmanage/src/api/module/sys_dict.ts

3
backmanage/src/api/module/sys_dict.ts

@ -37,6 +37,7 @@ export function AppTypeOptions() {
{ value: 33, label: "188Pay" },
{ value: 34, label: "YunPay" },
{ value: 35, label: "WeekPay" },
{ value: 101, label: "SunnyPay" },
];
}
var appType = new Array();
@ -75,6 +76,7 @@ var appType = new Array();
appType[33] = "188Pay";
appType[34] = "YunPay";
appType[35] = "WeekPay";
appType[101] = "SunnyPay";
export const AppTypeArray = appType as [];
export const IF_STATUS = [
@ -111,4 +113,5 @@ export const IF_STATUS_STRING = [
export const PAY_TYPE = [
{ value: 1, label: "唤醒" },
{ value: 2, label: "原生" },
{ value: 3, label: "钱包" },
] as TagType[];
Loading…
Cancel
Save