king
2025-04-01 e6e9c4f9b2fb92fb4b66b29e0c7d22595b345c97
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -404,7 +404,13 @@
    if (config.setting.supModule && config.wrap.datatype === 'static' && !data.$$BID) {
    } else if (btn) {
      MKEmitter.emit('triggerBtnId', config.wrap.autoExec, data.$$empty ? [] : [data])
      if (config.wrap.execDelay) {
        setTimeout(() => {
          MKEmitter.emit('triggerBtnId', config.wrap.autoExec, data.$$empty ? [] : [data])
        }, config.wrap.execDelay)
      } else {
        MKEmitter.emit('triggerBtnId', config.wrap.autoExec, data.$$empty ? [] : [data])
      }
    } else if (!times || times < 20) {
      times = times ? times + 1 : 1
      this.autoTimer = setTimeout(() => {