king
2023-09-08 783ab4e467c95e26f7f031151507bd7ad8333a63
src/tabviews/custom/components/carousel/prop-card/index.jsx
@@ -74,8 +74,8 @@
    if (!_config.wrap.height) { // 兼容
      _config.wrap.height = _config.style.height || '300px'
      delete _config.style.height
    }
    delete _config.style.height
    _config.subcards.forEach(card => {
      card.style.height = _config.wrap.height
@@ -241,6 +241,7 @@
    
    let code = config.wrap.code || ('modal' + config.uuid)
    let tip = localStorage.getItem(code)
    tip = null
    if ((data.$$uuid && tip === data.$$uuid) || (!data.$$uuid && tip)) return