Explorar el Código

Update sys_payment.htm

tags/6.2.6
tianya hace 1 año
padre
commit
adaac93375
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/admin/templets/sys_payment.htm

+ 1
- 1
src/admin/templets/sys_payment.htm Ver fichero

@@ -197,7 +197,7 @@
itemConfig = config[key]
}
itemConfig.Sortrank = element.sortrank;
itemConfig.Enabled = element.status === 0? false : true;
itemConfig.Enabled = parseInt(element.status) === 0? false : true;
console.log("itemConfig=", itemConfig);
for (const k1 in config[key]) {
if (Object.hasOwnProperty.call(config[key], k1)) {


Cargando…
Cancelar
Guardar