There was no response to the click event of mpvue WeChat Mini Programs.

when you use mpvue to do WeChat Mini Programs, you will encounter a very strange problem.
is when binding events such as click, most of the time it can be triggered normally.

but on other phones, or on the local phone (rarely happens, but it will always be the same once it happens) the click event is invalid.

Open the developer debugging tool and find that the click event that appears after the click is like this

clipboard.png

what is circled in black is my click event, which cannot be triggered by normal logic at all.

I would like to ask people in the community who understand this area why this is and how to solve it?

Aug.05,2021

cannot publish, manually close


have you come out yet? I have the same problem here


the same problem. How did you solve it?


I also encountered it. I added a setTimeOut delay to the click event, and the effect can also be

.
Menu