king
2024-05-26 6128b532f5397d8863697fc9ffe6f5a6361fca80
src/tabviews/custom/index.jsx
@@ -931,7 +931,8 @@
      cell.modal.uuid = cell.uuid + 'pop'
    }
    if (cell.verify && cell.verify.invalid === 'true') {
    if (cell.verify) {
      if (cell.verify.invalid === 'true') {
      if (item.wrap && (item.wrap.datatype === 'static' || item.wrap.datatype === 'public')) {
        cell.verify.invalid = 'false'
      } else if (item.setting && item.setting.maxScript && item.setting.maxScript >= 300) {
@@ -945,7 +946,11 @@
      }
    }
    if (cell.verify && cell.verify.preHandle === 'true') {
      if (cell.verify.linkEnable === 'true' && /@/.test(cell.verify.linkUrl)) {
        cell.returnValue = 'true'
      }
      if (cell.verify.preHandle === 'true') {
      let script = cell.verify.pre_func
      if (!/#position-/.test(script) || /#position-init/.test(script)) {
        try {
@@ -966,6 +971,7 @@
        cell.$callbackScript = script
      }
    }
    }
    if (cell.syncComponentId) {
      if (cell.syncComponentId === item.setting.supModule) {