Browse Source

Update sys_payment.htm

tags/6.2.6
tianya 1 year ago
parent
commit
adaac93375
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/templets/sys_payment.htm

+ 1
- 1
src/admin/templets/sys_payment.htm View File

@@ -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)) {


Loading…
Cancel
Save