Giter VIP home page Giter VIP logo

Comments (9)

Leopoldthecoder avatar Leopoldthecoder commented on May 18, 2024

@isunkui Hi,是说有几率在调用 close 方法后,整个 Indicator 都还能看见(包括 .mint-indicator-wrapper 和 .mint-indicator-mask)吗?

from mint-ui.

isunkui avatar isunkui commented on May 18, 2024

Indicator已经看不见了,透明度为0,实际上还是显示在页面的最上方,导致页面无法点击

from mint-ui.

Leopoldthecoder avatar Leopoldthecoder commented on May 18, 2024

ok,麻烦提供一下代码

from mint-ui.

isunkui avatar isunkui commented on May 18, 2024

你好,这个是我提供的测试url,你频繁刷新该url,就可以看到有可能会触发页面上的按钮点击无效的问题。
http://static.doufan.tv/weixintest/index.html#!/test2

from mint-ui.

isunkui avatar isunkui commented on May 18, 2024

就是正常的网络请求,调用loading,和隐藏loading就会间歇性的触发这个问题,下面只提供了部分代码,需要我提供完整代码吗?

Indicator.open('加载中...')
_self.$http.jsonp(url, data).then((resp) => {
  Indicator.close()
  console.log(resp)
  // setTimeout(() => {
  //   Indicator.close()
  // }, 1000)
  // alert('test')
}, (resp) => {
  Indicator.close()
})

from mint-ui.

Leopoldthecoder avatar Leopoldthecoder commented on May 18, 2024

暂时不用了,我这边查查问题在哪

from mint-ui.

isunkui avatar isunkui commented on May 18, 2024

好的,修复好了说下,我现在用的临时解决方案,调用close的同时,手动将dom节点设置成隐藏了

from mint-ui.

Leopoldthecoder avatar Leopoldthecoder commented on May 18, 2024

已经解决了,请升级到 0.1.13 版

from mint-ui.

Tian-Hun avatar Tian-Hun commented on May 18, 2024

Indicator组件z-index的问题怎么解决呢

from mint-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.