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) { 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(() => {